xu song commited on
Commit
ff138c4
·
1 Parent(s): d72c532
Files changed (1) hide show
  1. models/qwen2_util.py +2 -2
models/qwen2_util.py CHANGED
@@ -72,8 +72,8 @@ class Qwen2Simulator(Simulator):
72
  yield new_text
73
 
74
 
75
- bot = Qwen2Simulator(r"E:\data_model\Qwen2-0.5B-Instruct")
76
- # bot = Qwen2Simulator("Qwen/Qwen2-0.5B-Instruct")
77
 
78
 
79
  #
 
72
  yield new_text
73
 
74
 
75
+ # bot = Qwen2Simulator(r"E:\data_model\Qwen2-0.5B-Instruct")
76
+ bot = Qwen2Simulator("Qwen/Qwen2-0.5B-Instruct")
77
 
78
 
79
  #