環境
- Macbook pro 2016 (intel)
- macOS 12.7 Monterey
実行エラー
./webui.sh
を実行すると
RuntimeError: "LayerNormKernelImpl" not implemented for 'Half'
になる
解決策
参考リンクにあるオプションつけて実行したら動いた。
$ ./webui.sh --skip-torch-cuda-test --no-half --use-cpu all
牌語備忘録 -pygo
./webui.sh
を実行すると
RuntimeError: "LayerNormKernelImpl" not implemented for 'Half'
になる
参考リンクにあるオプションつけて実行したら動いた。
$ ./webui.sh --skip-torch-cuda-test --no-half --use-cpu all