新バージョンのテストv2
Browse files- README.md +2 -2
- requirements.txt +2 -2
README.md
CHANGED
|
@@ -4,7 +4,7 @@ emoji: 🤗
|
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: indigo
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version: 4.
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
---
|
|
@@ -43,4 +43,4 @@ pinned: false
|
|
| 43 |
- モデル: Hugging Face上のオープンアクセスLLM
|
| 44 |
- ホスティング: Hugging Face Spaces
|
| 45 |
|
| 46 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: indigo
|
| 6 |
sdk: gradio
|
| 7 |
+
sdk_version: 4.26.0
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
---
|
|
|
|
| 43 |
- モデル: Hugging Face上のオープンアクセスLLM
|
| 44 |
- ホスティング: Hugging Face Spaces
|
| 45 |
|
| 46 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
requirements.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
-
gradio>=4.
|
| 2 |
torch>=2.0.0
|
| 3 |
-
transformers>=4.
|
| 4 |
accelerate>=0.20.0
|
| 5 |
sentencepiece
|
|
|
|
| 1 |
+
gradio>=4.26.0
|
| 2 |
torch>=2.0.0
|
| 3 |
+
transformers>=4.35.0
|
| 4 |
accelerate>=0.20.0
|
| 5 |
sentencepiece
|