You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 21, 2025. It is now read-only.
The following code is part of official example, My question is this line : generated_ids = model.sample(inputs) , will my model's weight will change with the inference job work for long time? Should I use some config to fix the weight of my model, like model.eval() in transformers.