Skip to content

Commit

Permalink
fixes #60: modify request_function to use endpoint_name
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxence Guindon committed Apr 15, 2024
1 parent 94823a5 commit c99eccc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions model/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
from model.six_seeds import request_inference_from_nachet_6seeds

request_function = {
"swin_endpoint": request_inference_from_swin,
"seed_detector": request_inference_from_seed_detector,
"swin-endpoint": request_inference_from_swin,
"seed-detector": request_inference_from_seed_detector,
"test": request_inference_from_test,
"nachet_6seeds": request_inference_from_nachet_6seeds
"nachet-6seeds": request_inference_from_nachet_6seeds
}
1 change: 0 additions & 1 deletion pipelines/pipeline_template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ date:

pipelines:
- models:
model_name:
pipeline_name:
created_by:
creation_date:
Expand Down

0 comments on commit c99eccc

Please sign in to comment.