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
I think that TheBloke/Mistral-7B-Instruct-v0.1-GGUF , segolilylabs/Lily-Cybersecurity-7B-v0.2-GGUF and FaradayDotDev/llama-3-8b-Instruct-GGUF were downloaded by me before, but deleted. Looks like I didn't delete them properly for r2ai?
The text was updated successfully, but these errors were encountered:
the meaning of ??? is that the model was registered in the .r2ai.model file from your home, but the file in disk was removed. we can purge them from the json automatically. but maybe we also want to know which files are in the models directory that are not registered by the json.
and yeah you cant remove a model that's not in disk. this can be fixed but maybe we can just silently update the json and hide those ??? . what do you think?
r2ai -mm
is expected (according to doc-h
) to list all downloaded models:In reality, I only have those models:
I think that TheBloke/Mistral-7B-Instruct-v0.1-GGUF , segolilylabs/Lily-Cybersecurity-7B-v0.2-GGUF and FaradayDotDev/llama-3-8b-Instruct-GGUF were downloaded by me before, but deleted. Looks like I didn't delete them properly for r2ai?
The text was updated successfully, but these errors were encountered: