docs: update README.md (#2979)

Signed-off-by: Ikko Eltociear Ashimine <[email protected]>
Signed-off-by: AT <[email protected]>
Co-authored-by: AT <[email protected]>
This commit is contained in:
Ikko Eltociear Ashimine 2024-09-24 05:12:52 +09:00 committed by GitHub
parent 4dc87d9fa3
commit 1047c5e038
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,7 +27,7 @@ Unfortunately, no for three reasons:
# What is being done to make them more compatible?
A few things. Number one, we are maintaining compatibility with our current model ***** by way of the submodule pinning. However, we are also exploring how we can update to newer versions of llama.*****p without breaking our current models. This might involve an additional magic header check or it could possibly involve keeping the currently pinned submodule and also adding a new submodule with later changes and differienting them with namespaces or some other manner. Investigations continue.
A few things. Number one, we are maintaining compatibility with our current model ***** by way of the submodule pinning. However, we are also exploring how we can update to newer versions of llama.*****p without breaking our current models. This might involve an additional magic header check or it could possibly involve keeping the currently pinned submodule and also adding a new submodule with later changes and differentiating them with namespaces or some other manner. Investigations continue.
# What about GPU inference?