r2ai icon indicating copy to clipboard operation
r2ai copied to clipboard

r2ai list non existent models

Open cryptax opened this issue 1 year ago • 3 comments
trafficstars

r2ai -mm is expected (according to doc -h) to list all downloaded models:

[r2ai:0x000061d0]> -mm
     ??? TheBloke/Mistral-7B-Instruct-v0.1-GGUF  
   2.96G cognitivecomputations/dolphin-2.9.4-llama3.1-8b-gguf
     ??? segolilylabs/Lily-Cybersecurity-7B-v0.2-GGUF
     ??? FaradayDotDev/llama-3-8b-Instruct-GGUF  
  11.94G ibm-granite/granite-20b-code-instruct-8k-GGUF

In reality, I only have those models:

$ ls -al ~/.local/share/r2ai/models/
total 15624388
drwxr-xr-x 2 axelle axelle        4096 Sep 17 10:07 .
drwxr-xr-x 3 axelle axelle        4096 Sep 17 10:07 ..
-rw-r--r-- 1 axelle axelle  3179141376 Aug 30 15:27 dolphin-2.9.4-llama3.1-8b-Q2_K.gguf
-rw-r--r-- 1 axelle axelle 12820207360 Sep 17 10:07 granite-20b-code-instruct.Q4_K_M.gguf
-rw-r--r-- 1 axelle axelle          89 Aug 30 11:40 llama.log

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?

cryptax avatar Sep 20 '24 13:09 cryptax