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
- Host: GitHub
- URL: https://github.com/deepsweet/bf16-to-fp16
- Owner: deepsweet
- License: mit
- Created: 2026-04-21T14:15:56.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-04-28T16:01:12.000Z (2 months ago)
- Last Synced: 2026-04-28T18:05:11.512Z (2 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
```sh
uv venv
uv pip install -r requirements.txt
uv run convert.py model.safetensors model-fp16.safetensors
```