osanseviero GopiUppari commited on
Commit
dcc83ea
·
verified ·
1 Parent(s): fa1e42a

Update README.md (#13)

Browse files

- Update README.md (cdd08d3738d03fa1c5b01be4db3c08aa805025cd)


Co-authored-by: Uppari Gopi <GopiUppari@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -74,6 +74,7 @@ With instruction-tuned models, you need to use chat templates to process our inp
74
 
75
  ```python
76
  from transformers import pipeline
 
77
 
78
  pipe = pipeline("text-generation", model="google/gemma-3-1b-it", device="cuda", torch_dtype=torch.bfloat16)
79
 
 
74
 
75
  ```python
76
  from transformers import pipeline
77
+ import torch
78
 
79
  pipe = pipeline("text-generation", model="google/gemma-3-1b-it", device="cuda", torch_dtype=torch.bfloat16)
80