fzxu
Results
2
issues of
fzxu
Hi there, I downloaded my LLaMa weights through bit-torrent, and tried to convert the 7B model to ggml FP16 format: ``` $python convert-pth-to-ggml.py models/7B/ 1 normalizer.cc(51) LOG(INFO) precompiled_charsmap is empty....
Hi there, I'm getting `usb.core.USBError: [Errno 12] Insufficient memory` when writing data to device. My code look something like this: ``` with open(args.kernel, "rb") as f: kernel = f.read() ......
linux
question