Skip to content

Commit 7b6e73f

Browse files
committed
Add migration notice
ghstack-source-id: 3c385465093aeb94d1b2fa63b829dad39d79da15 Pull Request resolved: #1128
1 parent 485cd28 commit 7b6e73f

13 files changed

+2
-1062
lines changed

.github/pull_request_template.md

-34
This file was deleted.

.github/workflows/ISSUE_TEMPLATE/bug.yaml

-68
This file was deleted.

.github/workflows/code-quality.yml.bak

-30
This file was deleted.

.github/workflows/docker/Dockerfile

-46
This file was deleted.

.github/workflows/gpu_tests.yaml.bak

-108
This file was deleted.

.github/workflows/model_tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: conda activate test
4141
- name: Install dependencies
4242
run: |
43-
pip install --pre -r requirements.txt --find-links https://download.pytorch.org/whl/nightly/cu121/torch_nightly.html
43+
pip install --pre torch --index-url https://download.pytorch.org/whl/nightly/cu121
4444
- name: Install Transformers for getting models
4545
run: pip install transformers
4646
# - name: Install Diffusers for getting models

0 commit comments

Comments
 (0)