diff options
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -84,7 +84,8 @@ ]; # LOLPATH = lib.makeSearchPath "" buildInputs; - LOLPATH = lib.makeSearchPath "" py; + # LOLPATH = lib.makeSearchPath "" py; + PYTORCH_CUDA_ALLOC_CONF = "max_split_size_mb:128"; postVenvCreation = '' unset SOURCE_DATE_EPOCH ''; |