No project description provided
Project description
Galadriel inference node
Galadriel is building the world’s largest distributed LLM inference network - for developers to scale their LLM apps while cutting costs.
Run a Galadriel GPU node to provide LLM inference to the network.
Check out the quickstart in the documentation to get started.
Requirements
Hardware requirements
- At least 4 CPU cores
- At least 8GB RAM
- A supported Nvidia GPU
Software requirements
- linux (Ubuntu recommended)
- python (version 3.10+)
- nvidia drivers, version > 450.
nvidia-smimust work
API keys
- A valid galadriel API key, gotten from the Galadriel dashboard
Run a GPU node from the command line
Create a (separate) python environment
deactivate
mkdir galadriel
cd galadriel
python3 -m venv venv
source venv/bin/activate
Install galadriel-node
pip install galadriel-node
Setup the environment
Only update values that are not the default ones, and make sure to set the API key
galadriel init
Run the node
galadriel node run
If this is your first time running the GPU node, it will perform hardware validation and LLM benchmarking, to ensure your setup is working correctly and is fast enough.
Or run with nohup to run in the background
nohup galadriel node run > logs.log 2>&1 &
Check node status
galadriel node status
Should see status: online
Additional commands
Check LLM status
galadriel node llm-status
The output should contain:
✓ LLM server at http://your_llm_address is accessible via HTTP.
✓ LLM server at http://your_llm_address successfully generated tokens.
Check node stats
galadriel node stats
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
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
File details
Details for the file galadriel_node-0.0.19.tar.gz.
File metadata
- Download URL: galadriel_node-0.0.19.tar.gz
- Upload date:
- Size: 390.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fdaf1ca5052030f578182cb2cc0b94ba13cd2d172a079ecef2383635326661b2
|
|
| MD5 |
72fd875dbbb8802b939acf2c30eaa238
|
|
| BLAKE2b-256 |
5aa2b337a14db079d18e8d6001ee2e3df9cead7d5a4ac7af5efb35585dc8e8b1
|
File details
Details for the file galadriel_node-0.0.19-py3-none-any.whl.
File metadata
- Download URL: galadriel_node-0.0.19-py3-none-any.whl
- Upload date:
- Size: 401.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
113308460dc09236860e3a66aa0bd33c3d832ac4f8b753438cd314bc02f6dd9d
|
|
| MD5 |
2ad5b3dd7c402270596f4be17b556453
|
|
| BLAKE2b-256 |
d786e525366238f53880dd96ffdc0071bd6ae799549868896319f394f0314cd1
|