You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 10, 2025. It is now read-only.
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]>
Copy file name to clipboardExpand all lines: README.md
+14-3Lines changed: 14 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -564,18 +564,29 @@ We really value our community and the contributions made by our wonderful users.
564
564
565
565
## Troubleshooting
566
566
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)
569
568
569
+
### Model Access
570
570
571
571
**Access to model is restricted and you are not in the authorized list**
572
+
572
573
Some models require an additional step to access. Follow the
573
574
link provided in the error to get access.
574
575
575
-
**Installing ET Fails**
576
+
### Installing ExecuTorch
577
+
578
+
**Failed Building Wheel**
579
+
576
580
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.
577
581
582
+
**CERTIFICATE_VERIFY_FAILED**
583
+
584
+
Run `pip install --upgrade certifi`.
585
+
578
586
## Filing Issues
587
+
588
+
If you encounter bugs or difficulty using torchchat, please file an GitHub [issue](https://github.com/pytorch/torchchat/issues).
589
+
579
590
Please include the exact command you ran and the output of that command.
580
591
Also, run this script and include the output saved to `system_info.txt` so that we can better debug your issue.
0 commit comments