Chengxb888 commited on
Commit
0ed1ae4
·
verified ·
1 Parent(s): f4fa67b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ def say_hello(msg: Annotated[str, Form()]):
17
  tokenizer = AutoTokenizer.from_pretrained("google/gemma-2b-it")
18
  model = AutoModelForCausalLM.from_pretrained(
19
  "google/gemma-2b-it",
20
- device_map="auto",
21
  torch_dtype=torch.bfloat16
22
  )
23
  print("token & msg")
 
17
  tokenizer = AutoTokenizer.from_pretrained("google/gemma-2b-it")
18
  model = AutoModelForCausalLM.from_pretrained(
19
  "google/gemma-2b-it",
20
+ device_map="cpu",
21
  torch_dtype=torch.bfloat16
22
  )
23
  print("token & msg")