This website requires JavaScript.
Explore
Gist
Help
Register
Sign In
Mirrors
/
hf_text-generation-inference
mirror of
https://github.com/huggingface/text-generation-inference.git
Watch
1
Star
0
Fork
You've already forked hf_text-generation-inference
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
4594e6faba
hf_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 09:25:22 -07:00
from
functools
import
lru_cache
@lru_cache
(
10
)
v1.3.4
2023-12-22 07:46:04 -07:00
def
log_once
(
log
,
msg
:
str
)
:
feat: update exllamav2 kernels (#1370) Co-authored-by: Nicolas Patry <patry.nicolas@protonmail.com>
2023-12-21 09:25:22 -07:00
log
(
msg
)