mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 20:34:54 +00:00
Remove misleading warning (not that important nowadays anyway).
This commit is contained in:
parent
0038e6020f
commit
ddbf038761
@ -60,9 +60,6 @@ if (
|
|||||||
except ImportError:
|
except ImportError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
if not CUSTOM_KERNELS_ENABLED:
|
|
||||||
logger.warning("We're not using custom kernels.")
|
|
||||||
|
|
||||||
|
|
||||||
def make_causal_mask(
|
def make_causal_mask(
|
||||||
input_ids_shape: torch.Size, device: torch.device, past_key_values_length: int
|
input_ids_shape: torch.Size, device: torch.device, past_key_values_length: int
|
||||||
|
Loading…
Reference in New Issue
Block a user