Spaces:
Running
Running
Oleg Shulyakov
commited on
Commit
·
1580529
1
Parent(s):
5b4b478
Rename train data fallback file
Browse files- Dockerfile +1 -1
- groups_merged.txt → train_data.txt +0 -0
Dockerfile
CHANGED
@@ -46,7 +46,7 @@ COPY --chown=1000 . ${HOME}/app
|
|
46 |
RUN git clone https://github.com/ggerganov/llama.cpp
|
47 |
RUN pip install -r llama.cpp/requirements/requirements-convert_hf_to_gguf.txt
|
48 |
|
49 |
-
COPY
|
50 |
|
51 |
ENV PYTHONPATH=${HOME}/app \
|
52 |
PYTHONUNBUFFERED=1 \
|
|
|
46 |
RUN git clone https://github.com/ggerganov/llama.cpp
|
47 |
RUN pip install -r llama.cpp/requirements/requirements-convert_hf_to_gguf.txt
|
48 |
|
49 |
+
COPY train_data.txt ${HOME}/app/llama.cpp/
|
50 |
|
51 |
ENV PYTHONPATH=${HOME}/app \
|
52 |
PYTHONUNBUFFERED=1 \
|
groups_merged.txt → train_data.txt
RENAMED
File without changes
|