Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ai/requirements-ai-models.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
# installed unconditionally and present in the runtime image). They are repeated
# here, aligned to the base specifiers, only so this file installs standalone in
# a bare env. medcat is the sole package genuinely deferred from base.
transformers>=5.8.0,<6
transformers>=5.10.2,<6
torch==2.*
medcat==2.*
2 changes: 1 addition & 1 deletion ai/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ psycopg2-binary==2.9.*
pgvector==0.4.*
numpy==2.*
ollama==0.6.*
transformers>=5.8.0,<6
transformers>=5.10.2,<6
torch==2.*
pandas==3.*
chromadb==1.*
Expand Down
Loading