We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af6297c commit 778b3feCopy full SHA for 778b3fe
allocateGPU.py
@@ -21,6 +21,7 @@ def allocateGPU(allocateGPU):
21
#end-def
22
23
24
-####################################################
+##############################################################
25
allocateGPU(4096) # allocateGPU (MB): 4 GB --> 4096.
26
+# Note: The system will consume additional ~450 MB GPU memory.
27
0 commit comments