Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyasMoutawwakil committed Jul 23, 2024
1 parent 529a139 commit 63353ed
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion tests/configs/mps_inference_pytorch_text_decoders.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ defaults:
- _mps_ # inherits from mps config
- _inference_ # inherits from inference config
- _text_decoders_ # inherits from text decoders config
- _no_weights_ # inherits from no weights config
# - _no_weights_ # inherits from no weights config
- _self_ # hydra 1.1 compatibility
- override backend: pytorch
# - override launcher: inline

name: mps_inference_pytorch_text_decoders
3 changes: 2 additions & 1 deletion tests/configs/mps_inference_pytorch_text_encoders.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ defaults:
- _mps_ # inherits from mps config
- _inference_ # inherits from inference config
- _text_encoders_ # inherits from text encoders config
- _no_weights_ # inherits from no weights config
# - _no_weights_ # inherits from no weights config
- _self_ # hydra 1.1 compatibility
- override backend: pytorch
# - override launcher: inline

name: mps_inference_pytorch_text_encoders
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ defaults:
- _mps_ # inherits from mps config
- _inference_ # inherits from inference config
- _text_encoders_decoders_ # inherits from text encoders decoders config
- _no_weights_ # inherits from no weights config
# - _no_weights_ # inherits from no weights config
- _self_ # hydra 1.1 compatibility
- override backend: pytorch
# - override launcher: inline

name: mps_inference_pytorch_text_encoders_decoders

0 comments on commit 63353ed

Please sign in to comment.