Spaces:
Sleeping
Sleeping
thepianist9
commited on
Commit
•
fb85695
1
Parent(s):
28f6ae7
Update LLM/__init__.py
Browse files- LLM/__init__.py +1 -1
LLM/__init__.py
CHANGED
@@ -73,7 +73,7 @@ class LLM:
|
|
73 |
|
74 |
if __name__ == '__main__':
|
75 |
llm = LLM(mode='offline')
|
76 |
-
|
77 |
# llm.test_Linly()
|
78 |
# llm.test_Gemini()
|
79 |
# llm.test_ChatGLM()
|
|
|
73 |
|
74 |
if __name__ == '__main__':
|
75 |
llm = LLM(mode='offline')
|
76 |
+
llm.test_Qwen()
|
77 |
# llm.test_Linly()
|
78 |
# llm.test_Gemini()
|
79 |
# llm.test_ChatGLM()
|