mirror of
https://github.com/turboderp-org/exllamav2.git
synced 2026-03-15 00:07:26 +00:00
Bump Torch to 2.2.0
This commit is contained in:
@@ -61,7 +61,7 @@ jobs:
|
||||
|
||||
- name: Install Dependencies
|
||||
run: |
|
||||
pip3 install torch==2.1.0 --index-url="https://download.pytorch.org/whl/rocm$ROCM_VERSION"
|
||||
pip3 install torch==2.2.0 --index-url="https://download.pytorch.org/whl/rocm$ROCM_VERSION"
|
||||
pip3 install --upgrade build wheel safetensors sentencepiece ninja
|
||||
|
||||
- name: Build Wheel
|
||||
|
||||
4
.github/workflows/build-wheels-release.yml
vendored
4
.github/workflows/build-wheels-release.yml
vendored
@@ -71,7 +71,7 @@ jobs:
|
||||
if (!(mamba list cuda)[-1].contains('cuda')) {sleep -s 10; mamba install -y 'cuda' $cudaChannels.TrimEnd().Split()}
|
||||
if (!(mamba list cuda)[-1].contains('cuda')) {throw 'CUDA Toolkit failed to install!'}
|
||||
|
||||
if ([version]$env:CUDAVER -lt [version]'11.8.0') {$torchver = "torch==2.0.1"} else {$torchver = "torch==2.1.0"}
|
||||
if ([version]$env:CUDAVER -lt [version]'11.8.0') {$torchver = "torch==2.2.0"} else {$torchver = "torch==2.2.0"}
|
||||
python -m pip install $torchver --index-url https://download.pytorch.org/whl/cu$cudaVersionPytorch
|
||||
|
||||
python -m pip install --upgrade setuptools==65.5.1
|
||||
@@ -160,7 +160,7 @@ jobs:
|
||||
|
||||
- name: Install Dependencies
|
||||
run: |
|
||||
python -m pip install torch==2.1.0 --index-url https://download.pytorch.org/whl/cpu
|
||||
python -m pip install torch==2.2.0 --index-url https://download.pytorch.org/whl/cpu
|
||||
python -m pip install build wheel ninja
|
||||
|
||||
- name: Build Wheel
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
pandas
|
||||
ninja
|
||||
fastparquet
|
||||
torch>=2.1.0
|
||||
torch>=2.2.0
|
||||
safetensors>=0.3.2
|
||||
sentencepiece>=0.1.97
|
||||
pygments
|
||||
|
||||
Reference in New Issue
Block a user