Update server/text_generation_server/models/flash_neox.py

This commit is contained in:
Nicolas Patry 2023-05-15 15:03:58 +02:00 committed by GitHub
parent 89ff4e901a
commit 7fc999b7bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -150,4 +150,4 @@ class FlashNeoXSharded(FlashNeoX):
else:
module._buffers[param_name] = tensor
# model.post_load_weights(quantize)
model.post_load_weights(quantize)