Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +12 -3
requirements.txt
CHANGED
|
@@ -1,3 +1,12 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# 核心深度學習與模型推理框架
|
| 2 |
+
torch
|
| 3 |
+
transformers
|
| 4 |
+
accelerate
|
| 5 |
+
|
| 6 |
+
# 網頁使用者介面
|
| 7 |
+
gradio
|
| 8 |
+
|
| 9 |
+
# 圖片處理與其他輔助套件
|
| 10 |
+
pillow
|
| 11 |
+
sentencepiece
|
| 12 |
+
protobuf
|