fix typos
This commit is contained in:
parent
86248b0505
commit
6bb9035788
1 changed files with 0 additions and 1 deletions
|
|
@ -284,7 +284,6 @@ def baichuan_attention_forward_7b(
|
||||||
query_states, attention_mask, 1,
|
query_states, attention_mask, 1,
|
||||||
self.config, enough_kv_room, KV_CACHE_ALLOC_BLOCK_LENGTH)
|
self.config, enough_kv_room, KV_CACHE_ALLOC_BLOCK_LENGTH)
|
||||||
|
|
||||||
|
|
||||||
if self.training:
|
if self.training:
|
||||||
warnings.warn("xops is not supported on Intel GPU, so just use normal implementation")
|
warnings.warn("xops is not supported on Intel GPU, so just use normal implementation")
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue