pmolchanov mishig HF staff commited on
Commit
2cb0e3e
·
verified ·
1 Parent(s): 7216465

Update README.md (#4)

Browse files

- Update README.md (e2a9386c8a7f93fdc213df04ed965469f7a9709c)


Co-authored-by: Mishig Davaadorj <mishig@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +1 -1
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