diff options
author | polwex <polwex@sortug.com> | 2025-09-24 23:38:36 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2025-09-24 23:38:36 +0700 |
commit | 734b89570040e97f0c7743c4c0bc28e30a3cd4ee (patch) | |
tree | 7142d9f37908138c38d0ade066e960c3a1c69f5d /flake.nix | |
parent | 57aaafdb137fe49930711f6ed5ccc83b3a119cd2 (diff) |
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 ''; |