Skip to content

Commit 4e4bf40

Browse files
author
root
committed
fix: Add missing os import in fp8_utils.py
1 parent 7e3f296 commit 4e4bf40

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

python/sglang/srt/layers/quantization/fp8_utils.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
from typing import Callable, List, Optional, Tuple
22

3+
import os
4+
35
import torch
46

57
from sglang.srt.environ import envs

0 commit comments

Comments
 (0)