You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 26, 2024. It is now read-only.
For: https://update-list-top-faqs.lambda-docs.pages.dev/tensorbook/reinstall-lambda-stack/
Yours should be included in Lambda Stack. But I noticed these as additional differences between AMD desktop/tensorbook
Also I think the iommu=soft we may be able to remove (with a bit more testing), which would save headaches on 256 hyperthread CPUs. (It confused Kubernetes, and slurm you need to modify configs to deal with only 255 seen one thread would be disabled on iommu=soft).
I have for the various tensorbooks/workstations in the QA scripts:
if is_desktop_amd; then
run_test "Checking for software IOMMU on Desktop AMD" "grep "iommu=soft" /proc/cmdline"
fi
if is_tensorbook2; then
run_test "Tensorbook ACPI options set" "grep "acpi_os_name=Linux acpi_osi= acpi_backlight=vendor" /proc/cmdline"
fi
if is_tensorbook4; then
run_test "Tensorbook keyboard fix set" "grep "i8042.nomux" /proc/cmdline"
fi
if is_tensorbook; then
run_test "Tensorbook TTY resolution set" "grep "video=1920x1080" /proc/cmdline"
fi
Credit: @markwdalton
The text was updated successfully, but these errors were encountered: