11 lines
628 B
Plaintext
11 lines
628 B
Plaintext
# Deliberate top-level constraints for Python 3.11 inside the GPU image.
|
|
# `build-wakeword-training-image` compiles this with uv into the checked-in
|
|
# requirements.wheelhouse.lock; the Docker build consumes only that hash lock.
|
|
# No dependency is resolved while a training run starts.
|
|
--extra-index-url https://download.pytorch.org/whl/cu126
|
|
livekit-wakeword[train,eval,export] @ https://files.pythonhosted.org/packages/source/l/livekit-wakeword/livekit_wakeword-0.2.1.tar.gz#sha256=cf2d9cf4867812c06788f64c15e49abd909d9d6291f0a13f1c3f9cb649fa6127
|
|
torch==2.7.1+cu126
|
|
torchaudio==2.7.1+cu126
|
|
onnx==1.17.0
|
|
onnxruntime-gpu==1.22.0
|