From 6eb0503a91fa6e8f5c893f73dd7e3e722489d308 Mon Sep 17 00:00:00 2001 From: James Stringer <38541878+jamesstringerparsec@users.noreply.github.com> Date: Fri, 10 Dec 2021 12:05:32 +0100 Subject: [PATCH] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 9e93be8..9fbac58 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Easy-GPU-P -A Project dedicated to making GPU Partitioning on Windows Hyper-V easier! Also known as GPU Paravirtualization (GPU-PV). +A work-in-progress project dedicated to making GPU Partitioning on Windows Hyper-V easier! Also known as GPU Paravirtualization (GPU-PV). GPU-P allows you to partition your systems dedicated or integrated GPU and assign it to several Hyper-V VMs. It's the same technology that is used in WSL2, and Windows Sandbox. @@ -10,8 +10,6 @@ Easy-GPU-P does the following... 3) Partitions your GPU of choice and copies the required driver files to the VM 4) Installs [Parsec](https://parsec.app) to the VM, you can use Parsec for free non commercially. To use Parsec commercially, sign up to a [Parsec For Teams](https://parsec.app/teams) account -WARNING: A work in progress... - ### Prerequisites: * Windows 10 20H1+ Pro or Enterprise or Windows 11 Pro or Enterprise. * Desktop Computer with dedicated NVIDIA/AMD GPU or Integrated Intel GPU - Laptops with NVIDIA GPUs are not supported at this time, but Intel integrated GPUs work on laptops. GPU must support hardware video encoding (NVIDIA NVENC, Intel Quicksync or AMD AMF).