Edit model card

WizardLM 70B V1.0 โ€“ bfloat16 (BF16)

Conversion process:

Use the following script to convert your local pytorch_model bin files to bfloat16 + safetensors all in one go:

Example to convert WizardLM 70B V1.0 directly to bfloat16 safetensors in 10GB shards:

python convert-to-safetensors.py --bf16 ~/original/WizardLM-70B-V1.0 --output ~/float16_safetensored/WizardLM-70B-V1.0-BF16 --max-shard-size 10GB
Downloads last month
14
Safetensors
Model size
69B params
Tensor type
BF16
ยท
Inference Examples
Inference API (serverless) is not available, repository is disabled.