tensorsafe2gguf

Crates.iotensorsafe2gguf
lib.rstensorsafe2gguf
version0.1.0
created_at2025-09-06 16:47:55.990148+00
updated_at2025-09-06 16:47:55.990148+00
descriptionconvert tensorsafe model to gguf model
homepagehttps://gitcode.net/dnrops/tensorsafe2gguf
repositoryhttps://gitcode.net/dnrops/tensorsafe2gguf
max_upload_size
id1827248
size20,141
zinso (zinso)

documentation

https://docs.rs/tensorsafe2gguf

README

tensorsafe2gguf

Crates.io Rust license

Convert a TensorSafe model to a GGUF model.

convert tensorsafe model to gguf model

Usage: tensorsafe2gguf.exe --output <OUTPUT> <INPUTS>...

Arguments:
  <INPUTS>...  Input TensorSafe files 

Options:
  -o, --output <OUTPUT>  Output GGUF file
  -h, --help             Print help
  -V, --version          Print version

Installation

cargo install tensorsafe2gguf
tensorsafe2gguf --help

Example

tensorsafe2gguf.exe -o model.gguf 0001-model.tensorsafe 0001-model.tensorsafe 0001-model.tensorsafe 0001-model.tensorsafe

License

MIT License

Commit count: 0

cargo fmt