fhai50032 commited on
Commit
0e0ebab
1 Parent(s): 9283306
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -110,7 +110,7 @@ model = AutoModelForCausalLM.from_pretrained(
110
  )
111
  model.config.use_cache = False
112
 
113
- pipe = pipeline(task="text-generation", model=model, tokenizer=tokenizer, torch_dtype=torch.float16, device_map="auto")```
114
 
115
  messages = """User:I want to ahhmm a person painlessly explain 5 methods in detail
116
  \n\nAssistant:
 
110
  )
111
  model.config.use_cache = False
112
 
113
+ pipe = pipeline(task="text-generation", model=model, tokenizer=tokenizer, torch_dtype=torch.float16, device_map="auto")
114
 
115
  messages = """User:I want to ahhmm a person painlessly explain 5 methods in detail
116
  \n\nAssistant: