From 0ea483f901d3fd9873d6f59ce94cee072ad171ab Mon Sep 17 00:00:00 2001 From: Jan Bader Date: Thu, 15 Sep 2022 23:05:15 +0200 Subject: [PATCH] Fix spelling of Proxmox in Readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 37374df649..ebffff952e 100644 --- a/README.md +++ b/README.md @@ -237,7 +237,7 @@ Cheers! 🎉 ## TensorFlow Build Issue -*This is a known issue for incorrect Promox setup* +*This is a known issue for incorrect Proxmox setup* TensorFlow doesn't run with older CPU architecture, it requires a CPU with AVX and AVX2 instruction set. If you encounter the error `illegal instruction core dump` when running the docker-compose command above, check for your CPU flags with the command and make sure you see `AVX` and `AVX2`: @@ -245,7 +245,7 @@ TensorFlow doesn't run with older CPU architecture, it requires a CPU with AVX a more /proc/cpuinfo | grep flags ``` -If you are running virtualization in Promox, the VM doesn't have the flag enabled. +If you are running virtualization in Proxmox, the VM doesn't have the flag enabled. You need to change the CPU type from `kvm64` to `host` under VMs hardware tab.