Skip to content

Commit 304e021

Browse files
committed
Remove line_profiler import
1 parent bcf1ee3 commit 304e021

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exllamav2/generator/dynamic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
import itertools
2222
from dataclasses import dataclass
2323
# import xxhash
24-
from line_profiler import profile
24+
# from line_profiler import profile
2525

2626
# TODO:
2727
# - ExLlamaV2StreamingGenerator wrapper

0 commit comments

Comments
 (0)