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
19 changes: 19 additions & 0 deletions etc/requirements-ml.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Dependencies for training and exporting the required phrase model.
# Install with: pip install -r etc/requirements-ml.txt

torch>=2.0
transformers==4.57.3
huggingface-hub==0.36.2
sentencepiece>=0.2
protobuf>=3.20
accelerate>=0.33
pytorch-crf==0.7.2
safetensors>=0.4

# Used explicitly for DeBERTa-large training on a 16 GB GPU.
bitsandbytes>=0.43

# ONNX export and CPU verification.
numpy>=1.24
onnx>=1.16
onnxruntime>=1.18
Loading