File tree Expand file tree Collapse file tree 1 file changed +4
-12
lines changed
Expand file tree Collapse file tree 1 file changed +4
-12
lines changed Original file line number Diff line number Diff line change 99
1010 build-deepquant :
1111 runs-on : ubuntu-latest
12+ container :
13+ image : ghcr.io/pulp-platform/deepquant:main
1214 steps :
1315 - name : Checkout Repo
1416 uses : actions/checkout@v4
1517 with :
1618 submodules : recursive
17- - name : Set up Python
18- uses : actions/setup-python@v4
19- with :
20- python-version : " 3.11"
2119 - name : Build DeepQuant
2220 run : |
2321 python -m pip install --upgrade pip
3230 uses : actions/checkout@v4
3331 with :
3432 submodules : recursive
35- # - name: Set up Python
36- # uses: actions/setup-python@v4
37- # with:
38- # python-version: "3.11"
3933 - name : Build DeepQuant
4034 run : |
4135 python -m pip install --upgrade pip
@@ -48,15 +42,13 @@ jobs:
4842
4943 model-tests :
5044 runs-on : ubuntu-latest
45+ container :
46+ image : ghcr.io/pulp-platform/deepquant:main
5147 steps :
5248 - name : Checkout Repo
5349 uses : actions/checkout@v4
5450 with :
5551 submodules : recursive
56- - name : Set up Python
57- uses : actions/setup-python@v4
58- with :
59- python-version : " 3.11"
6052 - name : Build DeepQuant
6153 run : |
6254 python -m pip install --upgrade pip
You can’t perform that action at this time.
0 commit comments