Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
winstxnhdw
/
llm-api
like
0
Running
App
Files
Files
Community
2ff2710
llm-api
/
Dockerfile
winstxnhdw
fix: remove `caddy` to avoid violating HF ToS
8373866
about 1 year ago
raw
Copy download link
history
blame
Safe
170 Bytes
FROM
ghcr.io/winstxnhdw/llm-api:main
ENV
SERVER_PORT
=7860
ENV
OMP_NUM_THREADS
=2
ENV
CT2_USE_EXPERIMENTAL_PACKED_GEMM
=1
ENV
CT2_FORCE_CPU_ISA
=AVX512
EXPOSE
$SERVER_PORT