winglian commited on
Commit
c30045e
1 Parent(s): 4cb6306
.github/workflows/build-ggml-cpp-wheel.yml CHANGED
@@ -29,7 +29,7 @@ jobs:
29
 
30
  - name: Copy GPU artifact from Docker container
31
  run: |
32
- docker cp my-artifact-builder:/build/dists/ctransformers-gpu-${{ steps.separate.outputs.prefix }}-cp38-cp38-linux_x86_64.whl ./ctransformers-${{ steps.separate.outputs.prefix }}-cp38-cp38-linux_x86_64.whl
33
 
34
  - name: Upload artifacts
35
  uses: actions/upload-artifact@v3
 
29
 
30
  - name: Copy GPU artifact from Docker container
31
  run: |
32
+ docker cp my-artifact-builder:/build/dist/ctransformers-${{ steps.separate.outputs.prefix }}-cp38-cp38-linux_x86_64.whl ./ctransformers-${{ steps.separate.outputs.prefix }}-cp38-cp38-linux_x86_64.whl
33
 
34
  - name: Upload artifacts
35
  uses: actions/upload-artifact@v3
Dockerfile-ggml-cpp-wheel CHANGED
@@ -42,4 +42,4 @@ RUN pyenv install 3.8.9 && \
42
  pip install --no-cache-dir --upgrade pip==22.3.1 setuptools wheel && \
43
  pip install --no-cache-dir datasets "huggingface-hub>=0.12.1" "protobuf<4" "click<8.1" "scikit-build" && \
44
  CT_CUBLAS=1 python3 setup.py bdist_wheel && \
45
- ls -l /build/dists/
 
42
  pip install --no-cache-dir --upgrade pip==22.3.1 setuptools wheel && \
43
  pip install --no-cache-dir datasets "huggingface-hub>=0.12.1" "protobuf<4" "click<8.1" "scikit-build" && \
44
  CT_CUBLAS=1 python3 setup.py bdist_wheel && \
45
+ ls -l /build/dist/