Skip to content

Commit

Permalink
fix py-txi
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyasMoutawwakil committed Nov 27, 2024
1 parent 86634fa commit 5ee4982
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_cli_cuda_pytorch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:

- name: Install dependencies
run: |
pip install -e .[testing,diffusers,timm,peft,deepspeed]
pip install -e .[testing,diffusers,timm,peft,deepspeed] -U
- name: Run tests (parallel)
run: |
Expand Down
3 changes: 3 additions & 0 deletions tests/configs/_st_bert_.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
backend:
model: sentence-transformers/all-MiniLM-L6-v2
task: feature-extraction
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ defaults:
- _base_ # inherits from base config
- _cpu_ # inherits from cpu config
- _inference_ # inherits from inference config
- _bert_ # inherits from bert config
- _st_bert_ # inherits from bert config
- _self_ # hydra 1.1 compatibility
- override backend: py-txi

name: cpu_inference_py_txi_bert
name: cpu_inference_py_txi_st_bert
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ defaults:
- _base_ # inherits from base config
- _cuda_ # inherits from cuda config
- _inference_ # inherits from inference config
- _bert_ # inherits from bert config
- _st_bert_ # inherits from bert config
- _self_ # hydra 1.1 compatibility
- override backend: py-txi

name: cuda_inference_py_txi_bert
name: cuda_inference_py_txi_st_bert

0 comments on commit 5ee4982

Please sign in to comment.