Custom Models - capability to add alias #109
Replies: 5 comments
|
Tim Felty (@Justinius) you can copy or move files to the existing cache, using |
|
so I can just take the llama-3.2 folder and just move it into the same cache, do I put it in the microsoft folder in the cache directory? Do I need to update any config files or anything so it shows up when doing foundry cache ls or the like? |
|
You can just move it into |
|
This did seem to work, except it doesn't have an alias, just the model ID. So if there is a way to set alias, so those can be used appropriately, that would be good |
|
Currently, there is no mechanism to add your own alias (it just uses the folder structure). I'll tag this as an enhancement for adding custom models. I'll convert to a discussion. |
Uh oh!
There was an error while loading. Please reload this page.
Using Olive for model conversion - needs some clarification.
However, the other one is how to incorporate the converted model into an existing cache.
The guide tells how to set the cache directory to the output of the Olive process, how do we copy the files over to the existing cache?
e.g.
models stored in "foundry_cache"
olive outputs to "converted_models"
Do we just change olive to output to the cache directory, or is there a way to import.
All reactions