Skip to content

Commit

Permalink
try-2
Browse files Browse the repository at this point in the history
  • Loading branch information
NavinKumarMNK committed Apr 14, 2024
1 parent 0f70f1c commit 9f57bca
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/front-end-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,14 @@ jobs:

- name: Install dependencies and build
run: |
cd ~/app
cd ${{ github.workspace }}/app
npm install
npm run build
- name: Compress Folder
run: |
cd ~/app/dist
cd ${{ github.workspace }}/app/dist
zip -r app.zip .
- name: Create Release
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion ml_service/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ llm:
# gpu_memory_utilization: 0.9 # gpu memory utilization
enforce_eager: true
disable_custom_all_reduce: True
# trust_remote_code: true # for cohere models comment it
trust_remote_code: true # for cohere models comment it

emb:
serve_config:
Expand Down

0 comments on commit 9f57bca

Please sign in to comment.