ruslandev commited on
Commit
0e6122b
1 Parent(s): b7e07f4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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-gguf \
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
  ```