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
when trying to run mistral server with a lora repeatedly getting Error: Adapter files are empty. Perhaps the ordering file adapters does not match the actual adapters?
have tried this on different systems and also changing to different file paths and checking - in any permutation combination still getting the same issue
kkailaasa
changed the title
Error: Adapter files are empty
Error: Adapter files are empty when trying to run with Lora
Nov 23, 2024
kkailaasa
changed the title
Error: Adapter files are empty when trying to run with Lora
Error: Enable to run Lora - Adapter files are empty
Nov 28, 2024
Describe the bug
when trying to run mistral server with a lora repeatedly getting
Error: Adapter files are empty. Perhaps the ordering file adapters does not match the actual adapters?
have tried this on different systems and also changing to different file paths and checking - in any permutation combination still getting the same issue
Folder Dir:
Directory structure for: \test_lora
ordering.json file:
cmds tried:
./mistralrs-server -i lora --model-id meta-llama/Llama-3.2-1B-Instruct --adapters-model-id ./sample_data_adapter --order ./ordering.json
mistralrs-server -i toml -f lora_config.toml
(when using toml, only base model ran without the lora)both for linux and windows, mistralrs-server was built from source
Latest commit or version
running version 0.3.2/git pull as of 22_11_24
The text was updated successfully, but these errors were encountered: