You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/workers-ai/features/fine-tunes/loras.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ Workers AI supports fine-tuned inference with adapters trained with [Low-Rank Ad
21
21
- Adapter must be trained with rank `r <=8` as well as larger ranks if up to 32. You can check the rank of a pre-trained LoRA adapter through the adapter's `config.json` file
22
22
- LoRA adapter file must be < 300MB
23
23
- LoRA adapter files must be named `adapter_config.json` and `adapter_model.safetensors` exactly
24
-
- You can test up to 30 LoRA adapters per account
24
+
- You can test up to 100 LoRA adapters per account
0 commit comments