BitNet
BitNet copied to clipboard
failed to run benchmark for bitnet_b1_58
I followed the instructions in https://github.com/microsoft/BitNet?tab=readme-ov-file#benchmark
I downloaded bitnet_b1_58-large, however running the benchmark with
python utils/generate-dummy-bitnet-model.py models/bitnet_b1_58-large --outfile models/dummy-bitnet-125m.tl1.gguf --outtype tl1 --model-size 125M
failed:
(bitnet-cpp) PS C:\work\microsoft\BitNet> python utils/generate-dummy-bitnet-model.py models/bitnet_b1_58-large --outfile models/dummy-bitnet-125m.tl1.gguf --outtype tl1 --model-size 125M
Traceback (most recent call last):
File "C:\work\microsoft\BitNet\utils\generate-dummy-bitnet-model.py", line 1048, in
is there a necessary dependency missing / not installed ?