Update README.md
Browse files
README.md
CHANGED
@@ -30,7 +30,7 @@ If you want to use this model directly with the Huggingface Transformers stack,
|
|
30 |
git clone https://github.com/RuslanPeresy/gptchain.git
|
31 |
cd gptchain
|
32 |
pip install -r requirements-train.txt
|
33 |
-
python gptchain.py chat -m ruslandev/llama-3-8b-gpt-4o-ru1.0
|
34 |
--chatml true \
|
35 |
-q '[{"from": "human", "value": "Из чего состоит нейронная сеть?"}]'
|
36 |
```
|
|
|
30 |
git clone https://github.com/RuslanPeresy/gptchain.git
|
31 |
cd gptchain
|
32 |
pip install -r requirements-train.txt
|
33 |
+
python gptchain.py chat -m ruslandev/llama-3-8b-gpt-4o-ru1.0 \
|
34 |
--chatml true \
|
35 |
-q '[{"from": "human", "value": "Из чего состоит нейронная сеть?"}]'
|
36 |
```
|