mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2026-04-24 17:49:42 +08:00
* fix fp8 bug * fix * fix comment, cn to en * fix ci * del else in utils * fix review Co-authored-by: yuxuan <157974576+Echo-Nie@users.noreply.github.com>
This commit is contained in:
@@ -58,7 +58,7 @@ class DefaultModelLoaderV1(BaseModelLoader):
|
||||
load_weights_from_cache(model, weights_iterator)
|
||||
else:
|
||||
model.load_weights(weights_iterator)
|
||||
|
||||
# Execute post-processing after weight loading
|
||||
process_final_after_loading(model, fd_config)
|
||||
|
||||
self.clean_memory_fragments()
|
||||
|
||||
Reference in New Issue
Block a user