yuzhe commited on
Commit
c06d40f
·
verified ·
1 Parent(s): ef9c5ef

Update handler.py

Browse files
Files changed (1) hide show
  1. handler.py +1 -1
handler.py CHANGED
@@ -3,7 +3,7 @@ from transformers import (
3
  )
4
  import torch, os
5
 
6
- MODEL_ID = "Qwen/Qwen3-8B-Instruct" # 换成自己的模型
7
 
8
  def get_model():
9
  # ① 先试 bfloat16,A100/H100 都原生支持
 
3
  )
4
  import torch, os
5
 
6
+ MODEL_ID = "Qwen/Qwen3-32B" # 换成自己的模型
7
 
8
  def get_model():
9
  # ① 先试 bfloat16,A100/H100 都原生支持