nfaheem commited on
Commit
227d485
1 Parent(s): 794e38d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -39,7 +39,7 @@ dtype: float16
39
  ```python
40
  from transformers import AutoModelForCausalLM, AutoTokenizer, pipeline
41
 
42
- model_name_or_path = "naseerfaheem/SOLAR-10.7B-Instruct-ties"
43
  model = AutoModelForCausalLM.from_pretrained(model_name_or_path,
44
  device_map="auto",
45
  revision="main")
 
39
  ```python
40
  from transformers import AutoModelForCausalLM, AutoTokenizer, pipeline
41
 
42
+ model_name_or_path = "nfaheem/SOLAR-10.7B-Instruct-ties"
43
  model = AutoModelForCausalLM.from_pretrained(model_name_or_path,
44
  device_map="auto",
45
  revision="main")