From 4be29b5b39221810779cf5630f363a2e79112a4e Mon Sep 17 00:00:00 2001 From: Minh141120 Date: Fri, 24 Jan 2025 09:47:27 +0700 Subject: [PATCH] chore: remove backtick when create README --- .github/workflows/convert-model-all-quant.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/convert-model-all-quant.yml b/.github/workflows/convert-model-all-quant.yml index 3b42ccf..b28776c 100644 --- a/.github/workflows/convert-model-all-quant.yml +++ b/.github/workflows/convert-model-all-quant.yml @@ -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 @@ -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