Skip to content

Commit 7a69cf1

Browse files
[WFP-902]: Fixed Deployment Tests (#502)
* [WFP-902]: Fixed Deployment Tests * [WFP-902]: Fixed Deployment Tests
1 parent 576ff61 commit 7a69cf1

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

tests/compute_orchestration/configs/example_deployment_config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ deployment:
1010
disable_packing: false
1111
worker:
1212
model:
13-
id: "apparel-clusterering"
13+
id: "python_string_cat"
1414
model_version:
15-
id: "cc911f6b0ed748efb89e3d1359c146c4"
15+
id: "b7038e059a0c4ddca29c22aec561824d"
1616
user_id: "clarifai"
17-
app_id: "main"
17+
app_id: "Test-Model-Upload"
1818
scheduling_choice: 4
1919
nodepools:
2020
- id: "test-nodepool-6"

tests/runners/hf_mbart_model/config.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,3 @@ inference_compute_info:
1717
checkpoints:
1818
type: "huggingface"
1919
repo_id: "sshleifer/tiny-mbart"
20-
hf_token: ""

0 commit comments

Comments
 (0)