Kukedlc commited on
Commit
d696e99
·
verified ·
1 Parent(s): dfec85b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -69,8 +69,7 @@ model = AutoModelForCausalLM.from_pretrained(MODEL_NAME, device_map='cuda:1', lo
69
  tok = AutoTokenizer.from_pretrained(MODEL_NAME)
70
 
71
  # Inference
72
- prompt = "I want you to generate a theory that unites quantum mechanics with the theory of relativity and cosmic consciousness
73
- "
74
  inputs = tok([prompt], return_tensors="pt").to('cuda')
75
  streamer = TextStreamer(tok)
76
 
 
69
  tok = AutoTokenizer.from_pretrained(MODEL_NAME)
70
 
71
  # Inference
72
+ prompt = "I want you to generate a theory that unites quantum mechanics with the theory of relativity and cosmic consciousness"
 
73
  inputs = tok([prompt], return_tensors="pt").to('cuda')
74
  streamer = TextStreamer(tok)
75