mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 04:14:52 +00:00
Add HF transfer
Signed-off-by: Adrien Gallouët <angt@huggingface.co>
This commit is contained in:
parent
508d47f80f
commit
1401418243
@ -71,4 +71,6 @@ COPY --from=builder /usr/lib/libllama.so /usr/lib/
|
||||
COPY --from=builder /usr/lib/libggml*.so /usr/lib/
|
||||
COPY --from=builder /app/target/release-opt/text-generation-router-llamacpp /usr/bin/
|
||||
|
||||
ENV HF_HUB_ENABLE_HF_TRANSFER=1
|
||||
|
||||
ENTRYPOINT ["text-generation-router-llamacpp"]
|
||||
|
@ -1,2 +1,3 @@
|
||||
transformers==4.48.2
|
||||
huggingface-hub==0.28.1
|
||||
hf-transfer==0.1.9
|
||||
|
Loading…
Reference in New Issue
Block a user