We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9cdd81 commit 553a87fCopy full SHA for 553a87f
.github/workflows/test-transpiler.yml
@@ -85,25 +85,6 @@ jobs:
85
cd ivy
86
docker run --rm -v "$(pwd)":/ivy ivyllc/ivy:latest scripts/shell/run_transpiler_tests.sh sourcegen
87
88
- hf:
89
- strategy:
90
- matrix:
91
- python-version: ["3.10", "3.12"]
92
- runs-on: ubuntu-latest
93
- steps:
94
- - uses: actions/checkout@v4
95
- with:
96
- path: ivy
97
- persist-credentials: false
98
- - uses: actions/setup-python@v3
99
100
- python-version: ${{ matrix.python-version }}
101
- - name: Run HuggingFace Tests
102
- id: tests
103
- run: |
104
- cd ivy
105
- docker run --rm -v "$(pwd)":/ivy ivyllc/ivy:latest scripts/shell/run_transpiler_tests.sh hf
106
-
107
kornia:
108
strategy:
109
matrix:
0 commit comments