vishesh-t27 commited on
Commit
e253817
·
verified ·
1 Parent(s): a9b1918

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -143,7 +143,8 @@ model = AutoModelForCausalLM.from_pretrained(
143
  model_name,
144
  trust_remote_code=True,
145
  device_map="auto",
146
- ).to(device).eval()
 
147
 
148
  prompt = """
149
  The night was quiet and the streets were empty.
 
143
  model_name,
144
  trust_remote_code=True,
145
  device_map="auto",
146
+ ).eval()
147
+
148
 
149
  prompt = """
150
  The night was quiet and the streets were empty.