Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarriba committed Mar 14, 2024
1 parent 63bd754 commit a6dd3b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Python Release
on:
workflow_dispatch:

env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
# env:
# REGISTRY: ghcr.io
# IMAGE_NAME: ${{ github.repository }}

jobs:
linux:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/rust_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ on:
branches:
- main

env:
# https://github.com/huggingface/candle/issues/1516
CUDA_COMPUTE_CAP: 75

jobs:
build_and_test:
name: Test Suite - ${{ matrix.target }}
Expand Down

0 comments on commit a6dd3b2

Please sign in to comment.