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
RuntimeError: Trying to shard a model containing 'meta' parameters. Please set `sharded=False` during model creation and call `.apply_sharding()` only after dispatch
occurres when calling
tp.TensorParallelPreTrainedModel(...)
on v2.0.0
The text was updated successfully, but these errors were encountered:
It works fine on v1.3.2, however
occurres when calling
on v2.0.0
The text was updated successfully, but these errors were encountered: