https://github.com/liteobject/demo-bionic-gpt
https://github.com/liteobject/demo-bionic-gpt
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/liteobject/demo-bionic-gpt
- Owner: LiteObject
- Created: 2024-02-10T03:19:44.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-12T04:18:50.000Z (about 2 years ago)
- Last Synced: 2025-05-21T19:13:50.050Z (9 months ago)
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Demo Bionic-GPT
>BionicGPT is designed to be installed in your data center and then serve Generative AI to potentially hundreds of people via their browser.
>BionicGPT can run on modest hardware (16GB ram) and then scale into more powerful hardware when required. For example 70B running across multiple GPU cards.
## Installation (CPU)
### Copy the docker-compose file
curl -O https://raw.githubusercontent.com/bionic-gpt/bionic-gpt/main/docker-compose/docker-compose.yml
When you run the given `curl` command, it will download the `docker-compose.yml` file from the provided URL and save it in the current directory with the same name.
### Run the docker-compose file
docker-compose up
### Complete user registration
The first user to register with BionicGPT will become the system administrator. The information is kept local to your machine and your data is not sent anywhere.