Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Commit 0b001b9

Browse files
Jack-Khuumalfet
andauthored
README: Add Headers to Troubleshooting Section (#965)
* README: Add Headers to Troubleshooting Section * Docs: Deduplicate quantization.md with the introduction of model_customization.md (#967) * Update quantization.md * Push precision into the customization and removed duplicate info from quantization * Update docs README to call out vetted files * Fix CI hang while running test-readme-mps-macos (#968) * Explicitly use cpu when running GH machines; Tests that want mps/cuda should explicitly request for it (#975) * README: Add Headers to Troubleshooting Section --------- Co-authored-by: Nikita Shulga <[email protected]>
1 parent 50d1bb3 commit 0b001b9

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

README.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -564,18 +564,29 @@ We really value our community and the contributions made by our wonderful users.
564564

565565
## Troubleshooting
566566

567-
**CERTIFICATE_VERIFY_FAILED**
568-
Run `pip install --upgrade certifi`.
567+
A section of commonly encountered setup errors/exceptions. If this section doesn't contain your situation, check the GitHub [issues](https://github.com/pytorch/torchchat/issues)
569568
569+
### Model Access
570570
571571
**Access to model is restricted and you are not in the authorized list**
572+
572573
Some models require an additional step to access. Follow the
573574
link provided in the error to get access.
574575
575-
**Installing ET Fails**
576+
### Installing ExecuTorch
577+
578+
**Failed Building Wheel**
579+
576580
If `./scripts/install_et.sh` fails with an error like `Building wheel for executorch (pyproject.toml) did not run successfully` It's possible that it's linking to an older version of pytorch installed some other way like via homebrew. You can break the link by uninstalling other versions such as `brew uninstall pytorch` Note: You may break something that depends on this, so be aware.
577581
582+
**CERTIFICATE_VERIFY_FAILED**
583+
584+
Run `pip install --upgrade certifi`.
585+
578586
## Filing Issues
587+
588+
If you encounter bugs or difficulty using torchchat, please file an GitHub [issue](https://github.com/pytorch/torchchat/issues).
589+
579590
Please include the exact command you ran and the output of that command.
580591
Also, run this script and include the output saved to `system_info.txt` so that we can better debug your issue.
581592

0 commit comments

Comments
 (0)