TimeMobius
commited on
Commit
•
0a65ecb
1
Parent(s):
f6764e5
Update README.md
Browse files
README.md
CHANGED
@@ -14,7 +14,7 @@ The Mobius-12B-base-m1 Large Language Model (LLM) is a pretrained model based on
|
|
14 |
|
15 |
|
16 |
## Warning
|
17 |
-
This repo contains weights that are not compatible with Hugging Face [transformers](https://github.com/huggingface/transformers) library yet. But you can try this[PR]() as well.
|
18 |
[RWKV runner]() or [AI00 server]() also work.
|
19 |
|
20 |
## Instruction|Chat format
|
@@ -27,6 +27,8 @@ User: {Instruction|prompt}\n\nAssistant:
|
|
27 |
```
|
28 |
|
29 |
## Run the model
|
|
|
|
|
30 |
|
31 |
```python
|
32 |
import torch
|
|
|
14 |
|
15 |
|
16 |
## Warning
|
17 |
+
This repo contains weights that are not compatible with Hugging Face [transformers](https://github.com/huggingface/transformers) library yet. But you can try this[PR](https://github.com/huggingface/transformers/pull/26963) as well.
|
18 |
[RWKV runner]() or [AI00 server]() also work.
|
19 |
|
20 |
## Instruction|Chat format
|
|
|
27 |
```
|
28 |
|
29 |
## Run the model
|
30 |
+
Need to install this [PR](https://github.com/huggingface/transformers/pull/26963)
|
31 |
+
pip install -e git://github.com/BBuf/transformers.git
|
32 |
|
33 |
```python
|
34 |
import torch
|