Compare commits

...
Author SHA1 Message Date
khluu a9ecdc01df add git
Signed-off-by: khluu <khluu000@gmail.com>
2026-02-11 11:02:58 -08:00
khluu 12c0e15eda transformer to main
Signed-off-by: khluu <khluu000@gmail.com>
2026-02-11 10:35:17 -08:00
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -506,6 +506,7 @@ RUN apt-get update -y \
curl \
sudo \
python3-pip \
git \
ffmpeg \
libsm6 \
libxext6 \
+1 -1
View File
@@ -7,7 +7,7 @@ requests >= 2.26.0
tqdm
blake3
py-cpuinfo
transformers >= 4.56.0, < 5
transformers @ git+https://github.com/huggingface/transformers.git@main
tokenizers >= 0.21.1 # Required for fast incremental detokenization.
protobuf # Required by LlamaTokenizer, gRPC.
fastapi[standard] >= 0.115.0 # Required by FastAPI's form models in the OpenAI API server's audio transcriptions endpoint.