File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1034,7 +1034,7 @@ is interpreted as the default provider for the current host OS.
10341034| -------- | --------------------------------------- | -------- |
10351035| Linux | "" (qemu) | None |
10361036| Windows | "" ("wsl": Windows Subsystem for Linux) | "hyperv" (Windows Server Virtualization) |
1037- | Mac | "" ("applehv ": Apple Hypervisor) | "libkrun" ( Launch machine via libkrun platform, optimized for sharing GPU with the machine) |
1037+ | Mac | "" ("libkrun ": Launch machine via libkrun platform, optimized for sharing GPU with the machine) | "applehv" (Apple Hypervisor ) |
10381038
10391039
10401040** rosetta** ="true"
Original file line number Diff line number Diff line change @@ -941,9 +941,9 @@ default_sysctls = [
941941# wsl - Windows Subsystem for Linux (Default)
942942# hyperv - Windows Server Virtualization
943943# Mac: there are currently two options:
944- # applehv - Default Apple Hypervisor (Default)
945944# libkrun - Launch virtual machines using the libkrun platform, optimized
946- # for sharing GPU with the machine.
945+ # for sharing GPU with the machine. (Default)
946+ # applehv - Launch virtual machines using the vfkit platform.
947947#provider = ""
948948
949949# Rosetta supports running x86_64 Linux binaries on a Podman machine on Apple silicon.
You can’t perform that action at this time.
0 commit comments