Skip to content
Draft
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
4 changes: 2 additions & 2 deletions .ci/docker/common/install_pytorch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ source "$(dirname "${BASH_SOURCE[0]}")/utils.sh"

install_domains() {
echo "Install torchvision and torchaudio"
pip_install --force-reinstall --no-cache-dir torchvision==0.26.0 torchaudio==2.11.0 --index-url https://download.pytorch.org/whl/test/cpu
pip_install --force-reinstall --no-cache-dir torchvision==0.26.0 torchaudio==2.11.0 torchao==0.16.0 --index-url https://download.pytorch.org/whl/test/cpu
}

install_pytorch_and_domains() {
pip_install --force-reinstall --no-cache-dir torch==2.11.0 torchvision==0.26.0 torchaudio==2.11.0 --index-url https://download.pytorch.org/whl/test/cpu
pip_install --force-reinstall --no-cache-dir torch==2.11.0 torchvision==0.26.0 torchaudio==2.11.0 torchao==0.16.0 --index-url https://download.pytorch.org/whl/test/cpu
}

install_pytorch_and_domains
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ dependencies=[
"sympy",
"tabulate",
# See also third-party/TARGETS for buck's typing-extensions version.
"torchao==0.16.0",
"typing-extensions>=4.10.0",
# Keep this version in sync with: ./backends/apple/coreml/scripts/install_requirements.sh
"coremltools==9.0; platform_system == 'Darwin' or platform_system == 'Linux'",
Expand Down
2 changes: 1 addition & 1 deletion third-party/ao
Submodule ao updated 215 files
Loading