This website requires JavaScript.
Explore
Help
Sign In
huggingface
/
text-generation-inference
Watch
5
Star
0
Fork
0
You've already forked text-generation-inference
mirror of
https://github.com/huggingface/text-generation-inference.git
synced
2025-04-20 14:22:08 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
dea9c0dc74
text-generation-inference
/
server
/
text_generation_server
/
utils
/
log.py
7 lines
91 B
Python
Raw
Normal View
History
Unescape
Escape
feat: update exllamav2 kernels (#1370) Co-authored-by: Nicolas Patry <patry.nicolas@protonmail.com>
2023-12-21 16:25:22 +00:00
from
functools
import
lru_cache
@lru_cache
(
10
)
v1.3.4
2023-12-22 14:46:04 +00:00
def
log_once
(
log
,
msg
:
str
)
:
feat: update exllamav2 kernels (#1370) Co-authored-by: Nicolas Patry <patry.nicolas@protonmail.com>
2023-12-21 16:25:22 +00:00
log
(
msg
)
Reference in New Issue
Copy Permalink