We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcfa726 commit fd0e82fCopy full SHA for fd0e82f
.github/workflows/CI.yml
@@ -40,13 +40,17 @@ jobs:
40
41
model-tests:
42
runs-on: ubuntu-latest
43
- container:
44
- image: ghcr.io/pulp-platform/deepquant:main
+ # container:
+ # image: ghcr.io/pulp-platform/deepquant:main
45
steps:
46
- name: Checkout Repo
47
uses: actions/checkout@v4
48
with:
49
submodules: recursive
50
+ - name: Set up Python
51
+ uses: actions/setup-python@v5
52
+ with:
53
+ python-version: '3.11'
54
- name: Build DeepQuant
55
run: |
56
python -m pip install --upgrade pip
0 commit comments