Update README.md (#4)
Browse files- Update README.md (e2a9386c8a7f93fdc213df04ed965469f7a9709c)
Co-authored-by: Mishig Davaadorj <mishig@users.noreply.huggingface.co>
README.md
CHANGED
@@ -82,7 +82,7 @@ docker run --gpus all -v /home/$USER:/home/$USER -it ghcr.io/tilmto/hymba:v1 bas
|
|
82 |
### Step 2: Chat with Hymba-1.5B-Instruct
|
83 |
After setting up the environment, you can use the following script to chat with our Model
|
84 |
|
85 |
-
```
|
86 |
from transformers import AutoModelForCausalLM, AutoTokenizer, StopStringCriteria, StoppingCriteriaList
|
87 |
import torch
|
88 |
|
|
|
82 |
### Step 2: Chat with Hymba-1.5B-Instruct
|
83 |
After setting up the environment, you can use the following script to chat with our Model
|
84 |
|
85 |
+
```py
|
86 |
from transformers import AutoModelForCausalLM, AutoTokenizer, StopStringCriteria, StoppingCriteriaList
|
87 |
import torch
|
88 |
|