Skip to content

Commit ed45084

Browse files
committed
mention updates in JS client
1 parent a616323 commit ed45084

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/inference-providers/register-as-a-provider.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,12 @@ We also support mapping HF models based on their `tags`.
162162

163163
This is useful to, for example, automatically map LoRA adapters to a single Inference Endpoint on your side.
164164

165+
<Tip>
166+
167+
Important note: the client library (Javascript) must be able to handle LoRA weights for your provider. Check out [fal's implementation](https://github.com/huggingface/huggingface.js/blob/904964c9f8cd10ed67114ccb88b9028e89fd6cad/packages/inference/src/providers/fal-ai.ts#L78-L124) for more details.
168+
169+
</Tip>
170+
165171
The API is as follows:
166172

167173
```http

0 commit comments

Comments
 (0)