airoboros-c34b-2.1.Q5_K_M.gguf file has no content

#4
by brianflakes - opened

example valid file:

$ od -N 64 -A x -t x1z /d/models/llm/airoboros-c34b-2.1.Q5_K_S.gguf
000000 47 47 55 46 02 00 00 00 b3 01 00 00 00 00 00 00  >GGUF............<
000010 14 00 00 00 00 00 00 00 14 00 00 00 00 00 00 00  >................<
000020 67 65 6e 65 72 61 6c 2e 61 72 63 68 69 74 65 63  >general.architec<
000030 74 75 72 65 08 00 00 00 05 00 00 00 00 00 00 00  >ture............<

empty file:

$ od -N 64 -A x -t x1z /d/models/llm/airoboros-c34b-2.1.Q5_K_M.gguf
000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  >................<
*

shit OK. I think I ran out of disk space while this was making. I fixed a file in it earlier and must have missed this one.

I'll sort it out now

Fixed

TheBloke changed discussion status to closed

Sign up or log in to comment