mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-06-19 15:52:08 +00:00
append to all
This commit is contained in:
parent
05aee8b503
commit
0523b4891f
@ -46,6 +46,7 @@ __all__ = [
|
||||
if FLASH_ATTENTION:
|
||||
__all__.append(FlashNeoX)
|
||||
__all__.append(FlashNeoXSharded)
|
||||
__all__.append(FlashSantacoder)
|
||||
|
||||
# The flag below controls whether to allow TF32 on matmul. This flag defaults to False
|
||||
# in PyTorch 1.12 and later.
|
||||
|
Loading…
Reference in New Issue
Block a user