AMRIT SINGH
AMRIT SINGH
**Is your feature request related to a problem? Please describe.** I appreciate the work distilabel is doing and making it easier for the community to produce high quality datasets.Thank you!...
when i run the following code on my m1 macbook pro (mac os 14.4.1 (23E224)) ```python from distilabel.pipeline import Pipeline from distilabel.llms.llamacpp import LlamaCppLLM from distilabel.steps import LoadDataFromDicts from distilabel.steps.tasks...
https://github.com/facebookresearch/sam3/blob/b26a5f330e05d321afb39d01d3d4881f258f65ff/sam3/model/encoder.py#L540 Since `x.dim` is a method and not a property. The comparison `x.dim == 4` evaluates to `False`. This path is hit if `feat_sizes` is not provided to `TransformerEncoderFusion`.