decula commited on
Commit ·
16363a1
1
Parent(s): 2b4caa1
added cai
Browse files- qianwen_rag.py +2 -2
qianwen_rag.py
CHANGED
|
@@ -25,9 +25,9 @@ except NVMLError as error:
|
|
| 25 |
print(error)
|
| 26 |
|
| 27 |
# --- 模型导入方式 (指定方式且适配双卡) ---
|
| 28 |
-
model_id = "Orion-zhen/
|
| 29 |
ctx_limit = 20000
|
| 30 |
-
title = "
|
| 31 |
|
| 32 |
print(f"正在并行加载模型 {model_id} 到多块 GPU...")
|
| 33 |
|
|
|
|
| 25 |
print(error)
|
| 26 |
|
| 27 |
# --- 模型导入方式 (指定方式且适配双卡) ---
|
| 28 |
+
model_id = "Orion-zhen/c4ai-command-r-08-2024-h-novel-exl2"
|
| 29 |
ctx_limit = 20000
|
| 30 |
+
title = "c4ai ommand r 08 2024 h novel exl2with RAG"
|
| 31 |
|
| 32 |
print(f"正在并行加载模型 {model_id} 到多块 GPU...")
|
| 33 |
|