Skip to content

Sequential layers should be mutable to support quantizaton#318

Merged
davidkoski merged 1 commit intomainfrom
sequential-layers
Dec 17, 2025
Merged

Sequential layers should be mutable to support quantizaton#318
davidkoski merged 1 commit intomainfrom
sequential-layers

Conversation

@davidkoski
Copy link
Collaborator

Proposed changes

The Sequential layer had an immutable layers. This doesn't support replacing items in that array, e.g. if you quantize the model.

Checklist

Put an x in the boxes that apply.

  • I have read the CONTRIBUTING document
  • I have run pre-commit run --all-files to format my code / installed pre-commit prior to committing changes
  • I have added tests that prove my fix is effective or that my feature works
  • I have updated the necessary documentation (if needed)

@davidkoski davidkoski requested a review from awni December 16, 2025 17:22
Copy link
Member

@awni awni left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@davidkoski davidkoski merged commit c0e484d into main Dec 17, 2025
6 checks passed
@davidkoski davidkoski deleted the sequential-layers branch December 17, 2025 22:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Does it support FastVLM-0.5B-4bit version?

2 participants