Refer to https://gai-labs.github.io/gai for more information
Project description
GAI SDK Setup Guide
Install
- Clone Repository recursively
git clone https://github.com/kakkoii1337/gai-sdk --recursive
- Update submodule branches
cd gai-sdk
git submodule foreach -q --recursive 'git checkout $(git config -f $toplevel/.gitmodules submodule.$name.branch || echo master)'
- Create conda env
conda create -n gai-sdk python=3.10.10 -y
conda activate gai-sdk
- Install Packages
poetry install
Initialise
gai init
Download model
gai pull exllamav2-mistral7b
Start server
gai docker start
If it is successfully started, you will see the following:
INFO: Application startup complete.
INFO: Uvicorn running on http://0.0.0.0:12031 (Press CTRL+C to quit)
Test
gai news
Quick Start
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
gai_sdk-1.0.11.tar.gz
(6.2 MB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
gai_sdk-1.0.11-py3-none-any.whl
(66.4 kB
view details)
File details
Details for the file gai_sdk-1.0.11.tar.gz.
File metadata
- Download URL: gai_sdk-1.0.11.tar.gz
- Upload date:
- Size: 6.2 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5708edc2597fb87a75c5f55d3adb6903f68e2ff8c30d86f3e7475a29e1a22a1d
|
|
| MD5 |
076b44e0f20b494b95b1282c153a6d2d
|
|
| BLAKE2b-256 |
b3a53fb4ed71359102159bf1a0626523b6553518ed98c1feb31f1c3b28aea296
|
File details
Details for the file gai_sdk-1.0.11-py3-none-any.whl.
File metadata
- Download URL: gai_sdk-1.0.11-py3-none-any.whl
- Upload date:
- Size: 66.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5622bd3ce78b759f146a42c3dc538eba3adfb4e0daa0dee64e7f003f4b8b1edc
|
|
| MD5 |
6e36caabc940a2833fd3278622cafb2a
|
|
| BLAKE2b-256 |
8e0e308b34e034c41ca1b819549f427d0fc4711b0497a5969977f763c7ba1bf1
|