mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 20:34:54 +00:00
remove logs
This commit is contained in:
parent
9775facbf7
commit
82302262ca
@ -280,9 +280,6 @@ class SuRotaryEmbedding(PositionRotaryEmbedding):
|
||||
|
||||
freqs = torch.cat([short_freqs, long_freqs])
|
||||
|
||||
from loguru import logger
|
||||
|
||||
logger.info(freqs.shape)
|
||||
self._cos_cached = (torch.cos(freqs) * self.scaling_factor).to(dtype)
|
||||
self._sin_cached = (torch.sin(freqs) * self.scaling_factor).to(dtype)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user