-
Notifications
You must be signed in to change notification settings - Fork 56
HOWTO Contribute to the known model list
L edited this page Jul 11, 2023
·
1 revision
- Find a compatible model file (i.e from HuggingFace)
- Get a reliable download link (HuggingFace with hash ref)
- Download the model, load it into local.ai and test it out
- Add the model into a file in
/models
. If the model is of a new family, add a new file and import it accordingly.
- To open the models dir, click the button:
- Then go to models directory
- Move the downloaded model into the
models
directory:
-
Use the check model feature in local.ai to get its Blake3 and SHA256 hash, then compare the SHA256 with the one on HuggingFace (or whichever checksum the model author provided) to ensure its integrity.
-
Fill out the rest of the models' metadata. All fields are optional, but best to include at least description and license
-
Submit a PR