Skip to content

Commit f361ca6

Browse files
Fix RuntimeError: pidfd_getfd: Operation not permitted
Signed-off-by: Keval Morabia <28916987+kevalmorabia97@users.noreply.github.com>
1 parent 01a4e55 commit f361ca6

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

modelopt/torch/puzzletron/subblock_stats/calc_subblock_stats.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@
2525
from pathlib import Path
2626
from typing import Iterable, Optional, Type, TypeVar
2727

28-
os.environ["PYTORCH_CUDA_ALLOC_CONF"] = "expandable_segments:True"
29-
3028
import pandas as pd
3129
import torch
3230
from immutabledict import immutabledict

0 commit comments

Comments
 (0)