Tonic commited on
Commit
d08a3e9
·
verified ·
1 Parent(s): d3bf12d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/android_API_10k_data"
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"