Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ def inference(input_text):
|
|
20 |
return {"output": res, "latency": f"{end_time - start_time:.2f} seconds"}
|
21 |
|
22 |
# Initialize the tokenizer and model
|
23 |
-
model_id = "NexaAIDev/
|
24 |
tokenizer = AutoTokenizer.from_pretrained(model_id)
|
25 |
model = GemmaForCausalLM.from_pretrained(
|
26 |
model_id, torch_dtype=torch.bfloat16, device_map="auto"
|
|
|
20 |
return {"output": res, "latency": f"{end_time - start_time:.2f} seconds"}
|
21 |
|
22 |
# Initialize the tokenizer and model
|
23 |
+
model_id = "NexaAIDev/Octopus-v2"
|
24 |
tokenizer = AutoTokenizer.from_pretrained(model_id)
|
25 |
model = GemmaForCausalLM.from_pretrained(
|
26 |
model_id, torch_dtype=torch.bfloat16, device_map="auto"
|