dream2589632147 commited on
Commit
4aeda61
·
verified ·
1 Parent(s): e8252c3

Update aoti.py

Browse files
Files changed (1) hide show
  1. aoti.py +1 -1
aoti.py CHANGED
@@ -32,4 +32,4 @@ def aoti_blocks_load(module: torch.nn.Module, repo_id: str, variant: str | None
32
  block_ = _shallow_clone_module(block)
33
  unwrap_tensor_subclass_parameters(block_)
34
  weights = ZeroGPUWeights(block_.state_dict())
35
- block.forward = ZeroGPUCompiledModel(aoti_file, weights)
 
32
  block_ = _shallow_clone_module(block)
33
  unwrap_tensor_subclass_parameters(block_)
34
  weights = ZeroGPUWeights(block_.state_dict())
35
+ block.forward = ZeroGPUCompiledModel(aoti_file, weights)