Skip to content

Commit

Permalink
update help text
Browse files Browse the repository at this point in the history
  • Loading branch information
kylesayrs committed Mar 10, 2025
1 parent a6d45ba commit fb55cd6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/llmcompressor/core/lifecycle.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,7 @@ def initialize(
if self.initialized_:
raise ValueError(
"Initialize was called twice. To update state values after "
"initialization, please use "
"`llmcompressor.core.session_functions.update_state`"
"initialization, please use `active_session().state.update()`"
)

self.state.update(**kwargs)
Expand Down

0 comments on commit fb55cd6

Please sign in to comment.