forked from Lilypad-Tech/lilypad
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,45 +1,5 @@ | ||
LIKE THIS PROJECT? | ||
# test-lilypad-releases | ||
|
||
PLEASE STAR US AND HELP US GROW! <3 | ||
|
||
# Lilypad 🍃 | ||
|
||
Lilypad enables users to run containerised AI workloads easily in a decentralized GPU network, where anyone can get paid to connect their compute nodes to the network and run container jobs. Users have access to easily run jobs such as Stable Diffusion XL and cutting edge open source LLMs both on chain, from CLI and via [Lilypad AI Studio](https://app.lilypad.tech) on the web. | ||
|
||
Visit the [Lilypad Docs](https://docs.lilypad.tech/) site for a more comprehensive overview to getting up and running including a [Quick Start Guide](https://lilypad.team/quickstart) | ||
|
||
## Getting started running container jobs on Lilypad | ||
|
||
Jobs (containers) can be run on Lilypad by utilising the [Installable CLI](https://lilypad.team/cli), also available for installation through the [Go toolchain](https://lilypad.team/cligo). After setting up the necessary pre-requisites, the CLI enables users to run jobs as described below: | ||
|
||
``` | ||
lilypad run cowsay:v0.0.4 -i Message="moo" | ||
``` | ||
|
||
[![Watch the video](https://img.youtube.com/vi/Ep9ML9h8DTE/0.jpg)](https://www.youtube.com/watch?v=Ep9ML9h8DTE) | ||
|
||
The current list of modules can be found in the following repositories: | ||
|
||
|
||
* [lilysay](https://github.com/Lilypad-Tech/lilypad-module-lilysay) | ||
* [cowsay](https://github.com/lilypad-tech/lilypad-module-cowsay) | ||
* [Stable Diffusion XL](https://github.com/Lilypad-Tech/lilypad-module-sdxl-pipeline/) | ||
* [Stable Diffusion Video](https://github.com/Lilypad-Tech/lilypad-module-sdv-pipeline) | ||
* [wasm](https://github.com/lilypad-tech/lilypad-module-wasm) | ||
|
||
Containerised job modules can be built and added to the available module list; for more details visit the [building a job](https://lilypad.team/building) documentation. If you would like to contribute, open a pull request on this repository to add your link to the list above. | ||
|
||
## Getting started running a Node on Lilypad Network | ||
|
||
As a distributed network Lilypad also brings with it the ability to run as a node and contribute to the GPU and compute capabilities. See the documentation on [running a node](https://lilypad.team/node) which contains more details instructions and overview for getting set up. | ||
|
||
## The Lilypad Community | ||
|
||
[Read our Blog](https://lilypad.team/blog) | ||
|
||
[Join the Discord](https://lilypad.team/discord) | ||
|
||
[Follow us on Twitter/X](https://lilypad.team/x) | ||
|
||
[Check out our videos on YouTube](https://lilypad.team/youtube) | ||
This repo is a fork of [Lilypad-Tech/lilypad](https://github.com/Lilypad-Tech/lilypad) that we use to test changes to our release pipeline. | ||
|
||
We may archive or delete this repo when and as needed. |