Skip to content

docs: align Model Conversion requirements with requirements.txt - #409

Open
Hashim1999164 wants to merge 1 commit into
apple:mainfrom
Hashim1999164:docs/update-system-requirements-408
Open

docs: align Model Conversion requirements with requirements.txt#409
Hashim1999164 wants to merge 1 commit into
apple:mainfrom
Hashim1999164:docs/update-system-requirements-408

Conversation

@Hashim1999164

@Hashim1999164 Hashim1999164 commented Aug 12, 2026

Copy link
Copy Markdown

Summary

The System Requirements table still listed Python 3.8 with coremltools 7.0 for model conversion, while requirements.txt and setup.py require coremltools>=8.0 (and pin diffusers[torch]==0.30.2).

This updates the table to coremltools 8.0+ / Python 3.8+ and adds a short note to install from requirements.txt for the full supported set.

Fixes #408

Test plan

  1. Open the System Requirements section in README.md and confirm the Model Conversion row matches current install metadata.
  2. Confirm requirements.txt still lists coremltools>=8.0 and diffusers[torch]==0.30.2.

Update the System Requirements table to coremltools 8.0+ and point
readers to requirements.txt for the current conversion dependency set.
Fixes apple#408.
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.

Update README system requirements to match current requirements.txt

1 participant