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.18.tar.gz
(2.9 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.18-py3-none-any.whl
(66.5 kB
view details)
File details
Details for the file gai_sdk-1.0.18.tar.gz.
File metadata
- Download URL: gai_sdk-1.0.18.tar.gz
- Upload date:
- Size: 2.9 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
96a9349f8347a6ee8175d78002aae25fc455fa9eb5e6610d3006cd28f9b009ac
|
|
| MD5 |
1b250e90316f3a0fa7aa09cca1cd50fe
|
|
| BLAKE2b-256 |
896b28b5bc519c44dd65f338ebc7630ac151a3be0e8a30d240e535ec18f0f584
|
File details
Details for the file gai_sdk-1.0.18-py3-none-any.whl.
File metadata
- Download URL: gai_sdk-1.0.18-py3-none-any.whl
- Upload date:
- Size: 66.5 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 |
1973aa9ad5e3a2d0c454b4a56c7b2319c91161b04e87ee911578ab04dbee1258
|
|
| MD5 |
ca52f8f84e80cf1e83f1e86d7ad0e68f
|
|
| BLAKE2b-256 |
d55102956c470263bdf631383613e11eef3a153a9e9ae643adc238017457f733
|