Skip to content

Commit

Permalink
chore: remove backtick when create README
Browse files Browse the repository at this point in the history
  • Loading branch information
Minh141120 committed Jan 24, 2025
1 parent 160d926 commit 4be29b5
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/convert-model-all-quant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ jobs:
run: |
echo "SOURCE_MODEL_ID: ${{ env.SOURCE_MODEL_ID }}"
echo "MODEL_NAME: ${{ env.MODEL_NAME }}"
echo "SOURCE_MODEL_SIZE: ${{ env.SOURCE_MODEL_SIZE }}"
echo "TARGET_MODEL_ID: ${{ env.TARGET_MODEL_ID }}"
# - name: Check file existence
# id: check_files
Expand Down Expand Up @@ -151,17 +153,17 @@ jobs:
1. Install **Jan** using [Quickstart](https://jan.ai/docs/quickstart)
2. Use in Jan model Hub:
```text
{user_name}/{model_name}
```
## Use it with Cortex (CLI)
1. Install **Cortex** using [Quickstart](https://cortex.jan.ai/docs/quickstart)
2. Run the model with command:
```bash
cortex run {model_name}
```
## Credits
Expand Down

0 comments on commit 4be29b5

Please sign in to comment.