Updated README.md
Browse files
README.md
CHANGED
@@ -56,5 +56,5 @@ tokenizer = AutoTokenizer.from_pretrained(model_id)
|
|
56 |
model = OVModelForCausalLM.from_pretrained(model_id)
|
57 |
|
58 |
pipeline = transformers.pipeline("text-generation", model=model_id, model_kwargs={"torch_dtype": torch.bfloat16}, device_map="auto")
|
59 |
-
pipeline("
|
60 |
```
|
|
|
56 |
model = OVModelForCausalLM.from_pretrained(model_id)
|
57 |
|
58 |
pipeline = transformers.pipeline("text-generation", model=model_id, model_kwargs={"torch_dtype": torch.bfloat16}, device_map="auto")
|
59 |
+
pipeline("i am in paris, plan me a 2 week trip")
|
60 |
```
|