An open API service indexing awesome lists of open source software.

https://github.com/deepsweet/bf16-to-fp16

Convert BF16 safetensors to FP16
https://github.com/deepsweet/bf16-to-fp16

Last synced: about 1 month ago
JSON representation

Convert BF16 safetensors to FP16

Awesome Lists containing this project

README

          

```sh
uv venv
uv pip install -r requirements.txt
uv run convert.py model.safetensors model-fp16.safetensors
```