Skip to content

Commit

Permalink
fix a file path (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-haibin-lin authored Jun 18, 2024
1 parent 5d603ac commit b80534a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ bert = BertLMHeadModel(config)
sch = slapo.create_schedule(bert)

# Apply primitives to optimize the model
# Please refer to examples/bert/schedule.py for details
# Please refer to slapo/model_schedule/bert.py for details
sch["bert.encoder.layer.0"].primitve(...)

# Build an optimized model
Expand Down

0 comments on commit b80534a

Please sign in to comment.