Revert "fix some typos" (#6244)
This commit is contained in:
@@ -3,7 +3,7 @@ Usage:
|
||||
python hidden_states.py
|
||||
|
||||
Note that each time you change the `return_hidden_states` parameter,
|
||||
the CUDA graph will be recaptured, which might lead to a performance hit.
|
||||
the cuda graph will be recaptured, which might lead to a performance hit.
|
||||
So avoid getting hidden states and completions alternately.
|
||||
"""
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ Usage:
|
||||
python hidden_states_server.py
|
||||
|
||||
Note that each time you change the `return_hidden_states` parameter,
|
||||
the CUDA graph will be recaptured, which might lead to a performance hit.
|
||||
the cuda graph will be recaptured, which might lead to a performance hit.
|
||||
So avoid getting hidden states and completions alternately.
|
||||
"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user