-
-
Notifications
You must be signed in to change notification settings - Fork 929
Windows doesn't support cudaMemPrefetchAsync() #453
Copy link
Copy link
Closed
Labels
BugSomething isn't workingSomething isn't workingDuplicateThis issue or pull request already existsThis issue or pull request already existsHigh Priority(first issues that will be worked on)(first issues that will be worked on)
Description
Activity
Metadata
Metadata
Assignees
Labels
BugSomething isn't workingSomething isn't workingDuplicateThis issue or pull request already existsThis issue or pull request already existsHigh Priority(first issues that will be worked on)(first issues that will be worked on)
Also memory oversubscription is not supported https://docs.nvidia.com/cuda/cuda-c-programming-guide/index.html#system-requirements which I presume means paged optimizer that overcomes memory spikes won't work on windows.
This results in below error in QLoRA training:
(note: above wasn't caused by old transformers version)