Skip to content

Commit

Permalink
fixed readme and generate index workflow for rocm 6.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zhycheng614 committed Sep 25, 2024
1 parent e7b23fe commit 9075a18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generate-index-from-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
# ./scripts/releases-to-pep-503.sh index/whl/cu123 '^[v]?[0-9]+\.[0-9]+\.[0-9]+(\.[0-9]+)?-cu123$'
./scripts/releases-to-pep-503.sh index/whl/cu124 '^[v]?[0-9]+\.[0-9]+\.[0-9]+(\.[0-9]+)?-cu124$'
./scripts/releases-to-pep-503.sh index/whl/metal '^[v]?[0-9]+\.[0-9]+\.[0-9]+(\.[0-9]+)?-metal$'
./scripts/releases-to-pep-503.sh index/whl/rocm602 '^[v]?[0-9]+\.[0-9]+\.[0-9]+(\.[0-9]+)?-rocm602$'
./scripts/releases-to-pep-503.sh index/whl/rocm621 '^[v]?[0-9]+\.[0-9]+\.[0-9]+(\.[0-9]+)?-rocm621$'
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ CMAKE_ARGS="-DCMAKE_CXX_FLAGS=-fopenmp" pip install nexaai
For **Linux**:

```bash
CMAKE_ARGS="-DGGML_HIPBLAS=on" pip install nexaai --prefer-binary --index-url https://nexaai.github.io/nexa-sdk/whl/rocm602 --extra-index-url https://pypi.org/simple --no-cache-dir
CMAKE_ARGS="-DGGML_HIPBLAS=on" pip install nexaai --prefer-binary --index-url https://nexaai.github.io/nexa-sdk/whl/rocm621 --extra-index-url https://pypi.org/simple --no-cache-dir
```

### Local Build
Expand Down

0 comments on commit 9075a18

Please sign in to comment.