Spaces:
Sleeping
Sleeping
초경량 모델 실험
Browse files
app.py
CHANGED
|
@@ -15,8 +15,10 @@ app = FastAPI()
|
|
| 15 |
# # 'repo_id'는 모델이 있는 저장소, 'filename'은 그 안의 특정 GGUF 파일명.
|
| 16 |
# model_repo_id = "TheBloke/SOLAR-10.7B-Instruct-v1.0-GGUF"
|
| 17 |
# model_filename = "solar-10.7b-instruct-v1.0.Q4_K_S.gguf"
|
| 18 |
-
model_repo_id = "lmstudio-community/gemma-2-2b-it-GGUF"
|
| 19 |
-
model_filename = "gemma-2-2b-it-Q4_K_M.gguf"
|
|
|
|
|
|
|
| 20 |
|
| 21 |
# # 7B 모델인 Qwen 2.5로 변경하여 테스트
|
| 22 |
# model_repo_id = "Triangle104/Qwen2.5-7B-Instruct-Q4_K_S-GGUF"
|
|
|
|
| 15 |
# # 'repo_id'는 모델이 있는 저장소, 'filename'은 그 안의 특정 GGUF 파일명.
|
| 16 |
# model_repo_id = "TheBloke/SOLAR-10.7B-Instruct-v1.0-GGUF"
|
| 17 |
# model_filename = "solar-10.7b-instruct-v1.0.Q4_K_S.gguf"
|
| 18 |
+
# model_repo_id = "lmstudio-community/gemma-2-2b-it-GGUF"
|
| 19 |
+
# model_filename = "gemma-2-2b-it-Q4_K_M.gguf"
|
| 20 |
+
model_repo_id = "Qwen/Qwen2-0.5B-Instruct-GGUF"
|
| 21 |
+
model_filename = "qwen2-0_5b-instruct-q4_k_m.gguf"
|
| 22 |
|
| 23 |
# # 7B 모델인 Qwen 2.5로 변경하여 테스트
|
| 24 |
# model_repo_id = "Triangle104/Qwen2.5-7B-Instruct-Q4_K_S-GGUF"
|