為何出現Failed to run command: /usr/bin/lsblk ["-f", "-P", "overlay"]錯誤? #159
Unanswered
Penny13692018
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
我試著使用Kaggle部署SimpleSDXL,看似安裝成功後執行卻出現下方問題:
Failed to run command: /usr/bin/lsblk ["-f", "-P", "overlay"], error: Output { status: ExitStatus(unix_wait_status(8192)), stdout: "", stderr: "lsblk: overlay: not a block device\n" } Failed to run command: sh ["-c", "lspci | grep VGA | grep NVIDIA"], error: Output { status: ExitStatus(unix_wait_status(256)), stdout: "", stderr: "" } Failed to run command: sh ["-c", "lspci | grep VGA | grep AMD"], error: Output { status: ExitStatus(unix_wait_status(256)), stdout: "", stderr: "" } [SimpleAI] GPU: reserve, RAM: 32102MB, SWAP: 0MB, VRAM: 0MB, DiskFree: 2013571MB, CUDA: - The total virtual memory capacity of the system is too small, which will affect the loading and computing efficiency of the model. Please expand the total virtual memory capacity of the system to be greater than 40G. 系统虚拟内存总容量过小,会影响模型的加载与计算效率,请扩充系统虚拟内存总容量(RAM+SWAP)大于40G。 有任何疑问可到SimpleSDXL的QQ群交流: 938075852
請問是因為Failed to run command導致無法繼續執行,還是因為虚拟内存总容量不夠?
我的Kaggle notebook
https://www.kaggle.com/code/conforterworm/simplesdxl-test/edit
Beta Was this translation helpful? Give feedback.
All reactions