Skip to content

Commit 3dbb6ff

Browse files
committed
update model mapping for text-to-image
1 parent de26ffa commit 3dbb6ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/inference/test/HfInference.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1183,7 +1183,7 @@ describe.concurrent("HfInference", () => {
11831183
HARDCODED_MODEL_ID_MAPPING.hyperbolic = {
11841184
"meta-llama/Llama-3.2-3B-Instruct": "meta-llama/Llama-3.2-3B-Instruct",
11851185
"meta-llama/Llama-3.3-70B-Instruct": "meta-llama/Llama-3.3-70B-Instruct",
1186-
"stabilityai/stable-diffusion-2": "stabilityai/stable-diffusion-2",
1186+
"stabilityai/stable-diffusion-2": "SD2",
11871187
"meta-llama/Llama-3.1-405B": "meta-llama/Meta-Llama-3.1-405B-Instruct",
11881188
};
11891189

0 commit comments

Comments
 (0)