Skip to content

Fix typos in _quantization_utils docstring/comment - #757

Closed
PratikDhanave wants to merge 1 commit into
google-deepmind:mainfrom
PratikDhanaveFork:fix/quantization-utils-docstring-typos
Closed

Fix typos in _quantization_utils docstring/comment#757
PratikDhanave wants to merge 1 commit into
google-deepmind:mainfrom
PratikDhanaveFork:fix/quantization-utils-docstring-typos

Conversation

@PratikDhanave

Copy link
Copy Markdown

Several typo fixes in gemma/peft/_quantization_utils.py (docstring/comment only, no behavior change):

  • In ths API -> In this API
  • limited to INT$ per-channel -> limited to INT4/INT8 per-channel ($ is a garbled digit; both INT4 and INT8 are supported by QuantizationMethod, so name both)
  • pre-trained checkpoitns -> pre-trained checkpoints
  • are isntead under -> are instead under

- 'In ths API' -> 'In this API'
- 'limited to INT$ per-channel' -> 'INT4/INT8' (both are supported)
- 'pre-trained checkpoitns' -> 'checkpoints'
- 'are isntead under' -> 'are instead under'
@PratikDhanave

Copy link
Copy Markdown
Author

Superseded by #763, which bundles this typo fix with the other pure-typo fixes into a single PR.

@PratikDhanave
PratikDhanave deleted the fix/quantization-utils-docstring-typos branch July 25, 2026 07:29
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.

1 participant