Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,6 @@ tokenizer = transformers.AutoTokenizer.from_pretrained(model)
|
|
7 |
pipeline = transformers.pipeline(
|
8 |
"text-generation",
|
9 |
model=model,
|
10 |
-
torch_dtype=torch.float32,
|
11 |
)
|
12 |
|
13 |
prompt = "What is 6534+2343?"
|
|
|
7 |
pipeline = transformers.pipeline(
|
8 |
"text-generation",
|
9 |
model=model,
|
|
|
10 |
)
|
11 |
|
12 |
prompt = "What is 6534+2343?"
|