typos
Browse files
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:
|