|
|
|
|
|
by examplary_cable
1176 days ago
|
|
[I'm not an expert] but I believe .ckpt and .safetensors. The problem with .ckpt is that it executes arbitrary code in your machine(very unsafe). While .safetensors was made by huggingface in order to have a safe format to store the weights. I've also seen people load up the llama 7B via a .bin file. |
|