abdullahalioo commited on
Commit
560244c
·
verified ·
1 Parent(s): e8eb792

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -16,7 +16,7 @@ app.add_middleware(
16
  )
17
 
18
  # Load model and tokenizer (do this once at startup)
19
- model_name = "Qwen/Qwen2.5-VL-7B-Instruct"
20
  tokenizer = AutoTokenizer.from_pretrained(model_name)
21
  model = AutoModelForCausalLM.from_pretrained(
22
  model_name,
 
16
  )
17
 
18
  # Load model and tokenizer (do this once at startup)
19
+ model_name = "Qwen/Qwen2.5-7B-Instruct-1M"
20
  tokenizer = AutoTokenizer.from_pretrained(model_name)
21
  model = AutoModelForCausalLM.from_pretrained(
22
  model_name,