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
I tried adding Arc::new to the fields but i still get this error
the trait bound `Arc<dyn LinearLayerLike>: Module` is not satisfied
the following other types implement trait `Module`:
AttentionBlock
BeitVisionTransformer
BertLMPredictionHead
BertOnlyMLMHead
ChineseClipVisionEmbeddings
ChineseClipVisionTransformer
ClipVisionTransformer
Conv1d
and 131 others
required for `Arc<dyn LinearLayerLike>` to implement `Module`
Adding the macros to the Flux Model gives error that it is now expecting and Arc
do we need to modify the model code or are we missing something?
The text was updated successfully, but these errors were encountered: