WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content
Asankhaya Sharma edited this page Jan 9, 2025 · 10 revisions

Welcome to the optillm wiki! You will find more details here, including running examples, code samples and other documentation.

Code samples

Detailed running examples

Integrations with existing tools

Building on NVIDIA Jetson

When installing on Jetson you may need to build some dependencies from sources as wheels for them may not be available on PYPI. Installing the following dependencies separately before running pip install -r requirements.txt is known to work on a NVIDIA Jetson Orin 64B development kit.

pip install 'z3-solver<4.12'
pip install spacy --no-binary blis

Clone this wiki locally