BlinkDL / RWKV-LM

RWKV is an RNN with transformer-level LLM performance. It can be directly trained like a GPT (parallelizable). So it's combining the best of RNN and transformer - great performance, fast inference, saves VRAM, fast training, "infinite" ctx_len, and free sentence embedding.
Apache License 2.0
12.05k stars 827 forks source link

切换模型失败 - {"detail":"failed to load: The MPS backend is supported on MacOS 12.3+.Current OS version can be queried using `sw_vers`"} #153

Open leialbert opened 1 year ago

leialbert commented 1 year ago

切换模型失败 - {"detail":"failed to load: The MPS backend is supported on MacOS 12.3+.Current OS version can be queried using sw_vers"}

x7peeps commented 1 year ago

{"detail":"failed to load: The MPS backend is supported on MacOS 12.3+.Current OS version can be queried using sw_vers"} 相同

yanxiyue commented 1 year ago

我也遇到了,查看当前系统的版本是:

ProductName:        macOS
ProductVersion:     13.4.1
ProductVersionExtra:    (c)
BuildVersion:       22F770820d
yanxiyue commented 1 year ago

我也遇到了,查看当前系统的版本是:


ProductName:      macOS
ProductVersion:       13.4.1
Produc
哦,我这个应该是模型选错了。。