[object Object]

← back to Exo

update README with Install Certificates SSL troubleshooting

9831c26dbaddf376ad44d0658e293d97dfbd3f35 · 2024-09-25 18:08:07 +0100 · Alex Cheema

Files touched

Diff

commit 9831c26dbaddf376ad44d0658e293d97dfbd3f35
Author: Alex Cheema <alexcheema123@gmail.com>
Date:   Wed Sep 25 18:08:07 2024 +0100

    update README with Install Certificates SSL troubleshooting
---
 README.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/README.md b/README.md
index 90aa82ba..53467c1b 100644
--- a/README.md
+++ b/README.md
@@ -194,6 +194,12 @@ TINYGRAD_DEBUG=2 python3 main.py
 
 ## Known Issues
 
+- On some versions of MacOS/Python, certificates are not installed properly which can lead to SSL errors (e.g. SSL error with huggingface.co). To fix this, run the Install Certificates command, usually: 
+
+```sh
+/Applications/Python 3.x/Install Certificates.command
+```
+
 - 🚧 As the library is evolving so quickly, the iOS implementation has fallen behind Python. We have decided for now not to put out the buggy iOS version and receive a bunch of GitHub issues for outdated code. We are working on solving this properly and will make an announcement when it's ready. If you would like access to the iOS implementation now, please email alex@exolabs.net with your GitHub username explaining your use-case and you will be granted access on GitHub.
 
 ## Inference Engines

← 04df31b1 bump up tinygrad to 232edcfd4f8b388807c64fb1817a7668ce27cbad  ·  back to Exo  ·  add support for llama 3.2 777102c9 →