Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -11,7 +11,7 @@ RUN pip install -U huggingface_hub
|
|
| 11 |
|
| 12 |
# Pythonスクリプトで直接実行
|
| 13 |
RUN python3 -c 'from huggingface_hub import hf_hub_download; \
|
| 14 |
-
hf_hub_download(repo_id="lxcorp/
|
| 15 |
filename="link1-270m-q8_0.gguf", \
|
| 16 |
local_dir=".", \
|
| 17 |
local_dir_use_symlinks=False)'
|
|
|
|
| 11 |
|
| 12 |
# Pythonスクリプトで直接実行
|
| 13 |
RUN python3 -c 'from huggingface_hub import hf_hub_download; \
|
| 14 |
+
hf_hub_download(repo_id="lxcorp/Link-270M-GGUF", \
|
| 15 |
filename="link1-270m-q8_0.gguf", \
|
| 16 |
local_dir=".", \
|
| 17 |
local_dir_use_symlinks=False)'
|