Update README.md
#4
by
mishig
HF staff
- opened
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 |
|