ollama/convert
Blake Mizerany 95af97b9f3 server: try github.com/minio/sha256-simd
This is an experimental change to see if sha256-simd is faster than the
standard library's sha256 implementation.  It is not yet clear if this
will be a net win, but it is worth trying.
2024-05-31 00:51:20 -07:00
..
sentencepiece Convert Safetensors to an Ollama model (#2824) 2024-03-06 21:01:51 -08:00
convert.go cleanup 2024-05-20 16:13:57 -07:00
convert_test.go add test 2024-05-21 11:28:22 -07:00
gemma.go fix conversion for f16 or f32 inputs 2024-05-21 11:28:22 -07:00
llama.go fix conversion for f16 or f32 inputs 2024-05-21 11:28:22 -07:00
mistral.go fix conversion for f16 or f32 inputs 2024-05-21 11:28:22 -07:00
mixtral.go fix conversion for f16 or f32 inputs 2024-05-21 11:28:22 -07:00
safetensors.go simplify safetensors reading 2024-05-21 11:28:22 -07:00
sentencepiece_model.proto Convert Safetensors to an Ollama model (#2824) 2024-03-06 21:01:51 -08:00
tokenizer.go server: try github.com/minio/sha256-simd 2024-05-31 00:51:20 -07:00
torch.go fix conversion for f16 or f32 inputs 2024-05-21 11:28:22 -07:00