Skip to content

Commit a36e81f

Browse files
authored
fix mapping for hyperbolic and huggingface models (#1203)
We accidentally used the incorrect model name in one of our mappings - this is a fix. Thanks!
1 parent e15c809 commit a36e81f

File tree

2 files changed

+21
-9
lines changed

2 files changed

+21
-9
lines changed

packages/inference/test/HfInference.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1184,7 +1184,7 @@ describe.concurrent("HfInference", () => {
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",
11861186
"stabilityai/stable-diffusion-2": "SD2",
1187-
"meta-llama/Llama-3.1-405B": "meta-llama/Meta-Llama-3.1-405B-Instruct",
1187+
"meta-llama/Llama-3.1-405B-FP8": "meta-llama/Llama-3.1-405B-FP8",
11881188
};
11891189

11901190
it("chatCompletion - hyperbolic", async () => {

packages/inference/test/tapes.json

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7210,12 +7210,12 @@
72107210
"body": "{\"messages\":[{\"role\":\"user\",\"content\":\"Complete the equation 1 + 1 = , just the answer\"}],\"stream\":true,\"model\":\"meta-llama/Llama-3.3-70B-Instruct\"}"
72117211
},
72127212
"response": {
7213-
"body": "data: {\"id\": \"chatcmpl-384eff9930a94a08a35564ff77a93d1d\", \"object\": \"chat.completion.chunk\", \"created\": 1739527763, \"model\": \"meta-llama/Llama-3.3-70B-Instruct\", \"choices\": [{\"index\": 0, \"delta\": {\"role\": \"assistant\", \"content\": \"\"}, \"logprobs\": null, \"finish_reason\": null}], \"usage\": {\"prompt_tokens\": 48, \"total_tokens\": 49, \"completion_tokens\": 1}}\n\ndata: {\"id\": \"chatcmpl-384eff9930a94a08a35564ff77a93d1d\", \"object\": \"chat.completion.chunk\", \"created\": 1739527763, \"model\": \"meta-llama/Llama-3.3-70B-Instruct\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"2\"}, \"logprobs\": null, \"finish_reason\": null}], \"usage\": {\"prompt_tokens\": 48, \"total_tokens\": 50, \"completion_tokens\": 2}}\n\ndata: {\"id\": \"chatcmpl-384eff9930a94a08a35564ff77a93d1d\", \"object\": \"chat.completion.chunk\", \"created\": 1739527763, \"model\": \"meta-llama/Llama-3.3-70B-Instruct\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"\"}, \"logprobs\": null, \"finish_reason\": \"stop\", \"stop_reason\": null}], \"usage\": {\"prompt_tokens\": 48, \"total_tokens\": 51, \"completion_tokens\": 3}}\n\ndata: [DONE]\n\n",
7213+
"body": "data: {\"id\": \"chatcmpl-f0d655c647b046f183f1c55005f7b447\", \"object\": \"chat.completion.chunk\", \"created\": 1739565096, \"model\": \"meta-llama/Llama-3.3-70B-Instruct\", \"choices\": [{\"index\": 0, \"delta\": {\"role\": \"assistant\", \"content\": \"\"}, \"logprobs\": null, \"finish_reason\": null}], \"usage\": {\"prompt_tokens\": 48, \"total_tokens\": 49, \"completion_tokens\": 1}}\n\ndata: {\"id\": \"chatcmpl-f0d655c647b046f183f1c55005f7b447\", \"object\": \"chat.completion.chunk\", \"created\": 1739565096, \"model\": \"meta-llama/Llama-3.3-70B-Instruct\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"2\"}, \"logprobs\": null, \"finish_reason\": null}], \"usage\": {\"prompt_tokens\": 48, \"total_tokens\": 50, \"completion_tokens\": 2}}\n\ndata: {\"id\": \"chatcmpl-f0d655c647b046f183f1c55005f7b447\", \"object\": \"chat.completion.chunk\", \"created\": 1739565096, \"model\": \"meta-llama/Llama-3.3-70B-Instruct\", \"choices\": [{\"index\": 0, \"delta\": {\"content\": \"\"}, \"logprobs\": null, \"finish_reason\": \"stop\", \"stop_reason\": null}], \"usage\": {\"prompt_tokens\": 48, \"total_tokens\": 51, \"completion_tokens\": 3}}\n\ndata: [DONE]\n\n",
72147214
"status": 200,
72157215
"statusText": "OK",
72167216
"headers": {
72177217
"cf-cache-status": "DYNAMIC",
7218-
"cf-ray": "911c432b88366f13-CDG",
7218+
"cf-ray": "911fd29d6f2af98f-SJC",
72197219
"connection": "keep-alive",
72207220
"content-type": "text/event-stream; charset=utf-8",
72217221
"server": "cloudflare",
@@ -7233,12 +7233,12 @@
72337233
"body": "{\"messages\":[{\"role\":\"user\",\"content\":\"Complete this sentence with words, one plus one is equal \"}],\"temperature\":0.1,\"model\":\"meta-llama/Llama-3.2-3B-Instruct\"}"
72347234
},
72357235
"response": {
7236-
"body": "{\"id\":\"chat-1da8aa70d8a047769b2561108ea3eb3d\",\"object\":\"chat.completion\",\"created\":1739527764,\"model\":\"meta-llama/Llama-3.2-3B-Instruct\",\"choices\":[{\"index\":0,\"message\":{\"role\":\"assistant\",\"content\":\"...two.\"},\"finish_reason\":\"stop\",\"logprobs\":null}],\"usage\":{\"prompt_tokens\":46,\"total_tokens\":50,\"completion_tokens\":4}}",
7236+
"body": "{\"id\":\"chat-0e6cbe7acf544f339d471512a7456f7f\",\"object\":\"chat.completion\",\"created\":1739565096,\"model\":\"meta-llama/Llama-3.2-3B-Instruct\",\"choices\":[{\"index\":0,\"message\":{\"role\":\"assistant\",\"content\":\"...two.\"},\"finish_reason\":\"stop\",\"logprobs\":null}],\"usage\":{\"prompt_tokens\":46,\"total_tokens\":50,\"completion_tokens\":4}}",
72377237
"status": 200,
72387238
"statusText": "OK",
72397239
"headers": {
72407240
"cf-cache-status": "DYNAMIC",
7241-
"cf-ray": "911c432b8896702b-CDG",
7241+
"cf-ray": "911fd29d6d43fa9e-SJC",
72427242
"connection": "keep-alive",
72437243
"content-encoding": "gzip",
72447244
"content-type": "application/json",
@@ -7303,12 +7303,12 @@
73037303
"body": "{\"messages\":[{\"content\":\"Paris is\",\"role\":\"user\"}],\"max_tokens\":10,\"temperature\":0,\"top_p\":0.01,\"model\":\"meta-llama/Meta-Llama-3.1-405B-Instruct\"}"
73047304
},
73057305
"response": {
7306-
"body": "{\"id\":\"chatcmpl-02699e2a1ea24037a2f1d6622a849f1f\",\"object\":\"chat.completion\",\"created\":1739528880,\"model\":\"meta-llama/Meta-Llama-3.1-405B-Instruct\",\"choices\":[{\"index\":0,\"message\":{\"role\":\"assistant\",\"content\":\"...the capital and most populous city of France,\"},\"finish_reason\":\"length\",\"logprobs\":null}],\"usage\":{\"prompt_tokens\":37,\"total_tokens\":47,\"completion_tokens\":10}}",
7306+
"body": "{\"id\":\"chatcmpl-1d7dffa19de042469d18df31a03e9bcf\",\"object\":\"chat.completion\",\"created\":1739565097,\"model\":\"meta-llama/Meta-Llama-3.1-405B-Instruct\",\"choices\":[{\"index\":0,\"message\":{\"role\":\"assistant\",\"content\":\"...the capital and most populous city of France,\"},\"finish_reason\":\"length\",\"logprobs\":null}],\"usage\":{\"prompt_tokens\":37,\"total_tokens\":47,\"completion_tokens\":10}}",
73077307
"status": 200,
73087308
"statusText": "OK",
73097309
"headers": {
73107310
"cf-cache-status": "DYNAMIC",
7311-
"cf-ray": "911c5e690de9d706-CDG",
7311+
"cf-ray": "911fd2a05f8cfa9e-SJC",
73127312
"connection": "keep-alive",
73137313
"content-encoding": "gzip",
73147314
"content-type": "application/json",
@@ -7349,12 +7349,12 @@
73497349
"body": "{\"height\":128,\"width\":128,\"prompt\":\"award winning high resolution photo of a giant tortoise\",\"model_name\":\"SD2\"}"
73507350
},
73517351
"response": {
7352-
"body": "{\"images\":[{\"index\":0,\"image\":\"iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAIAAABMXPacAAB1/UlEQVR4nJz9ybNkSZbeif1Ur97Z5umN7v58Co85MiMjh6pCoaqAAtCNbkqTQiEFpLQIhUv+O9xxRy7J5oLSzQaaBCCFoVCVWZkZGXP47G+ebL5250m5sGcRHhmRAJoqtnBxNze7dlT16NHvfOc74v/0f/6/hMqKtAornWRlkiRRlESLZbSYp8EyC1ZllJBnIkt1FhIHRHOyFd8MCQ40oY/b91ujZmfYHozag35nNOh3u91eq9tpdTqNjmvZSlNGcTCeLc4vZ2cX6WySLgIKbRq2Y7tCirIywrRM0lpg2Z7T8Fu275quKy2ztKzKcWvHxbIqw8xLneZ5EierZRgFqyTKqrzWeVXnaZXHmnhrYN5/c/jo7e29g35n1DRcT6NijHP0aVa8mGYn8/Rymi8mSTApwuukCqXKpEgNmck6lkZlKe1bdtdxR5bTVVZLGpaQqqx0mpVxUoZxkaY5GiyF79A0rZ7rjnxvaNk9y+vitHBdLAvDQhooiWmgJBToFWI2ra5O20fnqvDauWqmWkWliEWR6HhVJJFSK+qqrMgq0pq01llJDGFJlfD6qCGGGiSJGSVukvlxlsR1WQpp2J7b6RvOdrfd2e3TclA5kdu9QGTxary6XKSzo2SVuaZLo+m5vhCeUWJWhpTC0bYltJKyrkVeibQk16awG1azaXpNS4osjrPxNFgk07iIZnGRlmUc58GqSpauVzRbLeG0h7vGnTutLfoSJ0VPYEye29V8KM+1OE71IoCiIi2JqGJJZBBoMpvSwvSt9nau9m1rm7xVC1lrypIkKYswI8xICoTAMSkthJU3zLxiqTFNfBfPx2vgmBg2NpjggAWVIpfIvF8FMpSpqvx2abUqjKo2qqyqLaeWsS6rOi1IS5KKrKYU5DWYYIDkB0cNKUT1YhGszCBUwdxcLcVqquOxzLdVMWoMGniCJKpXSxElelVU\",\"random_seed\":11489413745290867000}],\"inference_time\":0.8995649814605713}",
7352+
"body": "{\"images\":[{\"index\":0,\"image\":\"iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAIAAABMXPacAAB0a0lEQVR4nLT995NlWZLfiX3Ovefq+7QIrVKL0lWtMD09AmoALHZBGPgbbY3G3/gX8TcabY1mS+Pa7hIkFrbADmYGM4PunuquLp1aRGTop9XV4vCHFy87q7q6G7s0uoWlWUZG5LvXjx8/7v79uh/xf/5nP5mcH6fzzLJlo930GxXd1k1bdz3TMaSrYZVoUZzOFsF4Np+HWaZpnu91u9XNdWe9K5vN0vdy044MYy6MRaktCjVLVJgUaVrmSaqCWItjEaVGltsqN1Wi65lKZov5cD4ajM/PZZjc8rw/fufeD+++06qtpfPo4sXL58+ePHn16llvNAzySGmllLE0El1X0tAtU1qW4TpW1fdqtUqtUqnWq36z7jfblU7VrdtOTZheJpwEM1d6XGhxpqKkCJMiSYswLZMsT9OyyJUqNSV0TZNSmtI2Hde0HUNaUhqaUORFnsbRYjYLJsNwMkhm/Swc5YtRGgyieS+Z9/NkqovCtq1Kxa806o1Wo9ZpVbttr9Fwq1XL8wzbNUxLM000PVd6kpWLMJqMx6N+Pxj3i2Tqqkwmk9nsbFhmOPVaRbqdalP4Zmli2JpvGVVNWVFGGIVBlI1m9iQ0NMs0qg3Nc+26XW2qWj117VSasdADYc4LfVyoWcmiKOK8LIk1NC0XItXtOMzKvCpBqSJNZvP52en52dNDMVWddsVd29/6oM2ND+xJWO0lYvr49OUoDwZTSKHEzoWVmHZhlCouMAojKRyhIy3Tcj1HaNgVWV/zN9Zq67VqW5jVWNOmGWFCWDBP0ASFIsspijJNszhVea4ohUCTmqEhNIWuYzu4PtICRZTIQtmlaCRFI0orcWzFExWPFvE4jybzfDEsipFFITzPyzXd8A1PGJk0CtMUril926qatm9armlbumGWwo5ShBaEoaNEGWdxOIviMpFZMC/j2ND1qu+11rvt/S3RcCI9\",\"random_seed\":9079746362513132000}],\"inference_time\":0.9107239246368408}",
73537353
"status": 200,
73547354
"statusText": "OK",
73557355
"headers": {
73567356
"cf-cache-status": "DYNAMIC",
7357-
"cf-ray": "911c837d8fbb6ee4-CDG",
7357+
"cf-ray": "911fd29d787b67a5-SJC",
73587358
"connection": "keep-alive",
73597359
"content-encoding": "gzip",
73607360
"content-type": "application/json",
@@ -7374,5 +7374,17 @@
73747374
"content-type": "image/jpeg"
73757375
}
73767376
}
7377+
},
7378+
"bfdf8d779d6eca448ee6f3c85fa3a19a1568e1978e228f920d5f55a51fc4deab": {
7379+
"url": "data:image/jpeg;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAIAAABMXPacAAB0a0lEQVR4nLT995NlWZLfiX3Ovefq+7QIrVKL0lWtMD09AmoALHZBGPgbbY3G3/gX8TcabY1mS+Pa7hIkFrbADmYGM4PunuquLp1aRGTop9XV4vCHFy87q7q6G7s0uoWlWUZG5LvXjx8/7v79uh/xf/5nP5mcH6fzzLJlo930GxXd1k1bdz3TMaSrYZVoUZzOFsF4Np+HWaZpnu91u9XNdWe9K5vN0vdy044MYy6MRaktCjVLVJgUaVrmSaqCWItjEaVGltsqN1Wi65lKZov5cD4ajM/PZZjc8rw/fufeD+++06qtpfPo4sXL58+ePHn16llvNAzySGmllLE0El1X0tAtU1qW4TpW1fdqtUqtUqnWq36z7jfblU7VrdtOTZheJpwEM1d6XGhxpqKkCJMiSYswLZMsT9OyyJUqNSV0TZNSmtI2Hde0HUNaUhqaUORFnsbRYjYLJsNwMkhm/Swc5YtRGgyieS+Z9/NkqovCtq1Kxa806o1Wo9ZpVbttr9Fwq1XL8wzbNUxLM000PVd6kpWLMJqMx6N+Pxj3i2Tqqkwmk9nsbFhmOPVaRbqdalP4Zmli2JpvGVVNWVFGGIVBlI1m9iQ0NMs0qg3Nc+26XW2qWj117VSasdADYc4LfVyoWcmiKOK8LIk1NC0XItXtOMzKvCpBqSJNZvP52en52dNDMVWddsVd29/6oM2ND+xJWO0lYvr49OUoDwZTSKHEzoWVmHZhlCouMAojKRyhIy3Tcj1HaNgVWV/zN9Zq67VqW5jVWNOmGWFCWDBP0ASFIsspijJNszhVea4ohUCTmqEhNIWuYzu4PtICRZTIQtmlaCRFI0orcWzFExWPFvE4jybzfDEsipFFITzPyzXd8A1PGJk0CtMUril926qatm9armlbumGWwo5ShBaEoaNEGWdxOIviMpFZMC/j2ND1qu+11rvt/S3RcCI9",
7380+
"init": {},
7381+
"response": {
7382+
"body": "",
7383+
"status": 200,
7384+
"statusText": "OK",
7385+
"headers": {
7386+
"content-type": "image/jpeg"
7387+
}
7388+
}
73777389
}
73787390
}

0 commit comments

Comments
 (0)