Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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="
|
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")
|