maddes8cht
commited on
Commit
•
7c6f761
1
Parent(s):
5c826ac
"Update README.md"
Browse files
README.md
CHANGED
@@ -15,8 +15,9 @@ Persimmon is a Large language Model from Adept AI. It is trained from Scratch wi
|
|
15 |
---
|
16 |
# Brief
|
17 |
This is a preview of adepts persimmon chat model.
|
18 |
-
|
19 |
-
As these seems to be slightly different, models based on the huggingface release will follow as soon as
|
|
|
20 |
|
21 |
---
|
22 |
|
|
|
15 |
---
|
16 |
# Brief
|
17 |
This is a preview of adepts persimmon chat model.
|
18 |
+
It i snot based on the model published at https://huggingface.co/adept/persimmon-8b-chat but on the ones released on the tar files in https://github.com/persimmon-ai-labs/adept-inference.
|
19 |
+
As these seems to be slightly different, models based on the huggingface release will follow as soon as possible.
|
20 |
+
## Note: These models do not seem to work with cuda acceleration at the moment. If you are using the Cublas version of Llama.cpp, you need to set `--n-gpu-layers 0` for it to work. (At a later date this may work again with Cuda, so feel free to play with this setting)
|
21 |
|
22 |
---
|
23 |
|