Skip to content

Commit

Permalink
added docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Silleellie authored Nov 16, 2023
1 parent 42fd3b1 commit c037804
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
[![Hugging Face](https://tinyurl.com/2p9ft7xf)](https://huggingface.co/)
[![Pytorch](https://img.shields.io/badge/PyTorch-EE4C2C?style=for-the-badge&logo=pytorch&logoColor=white)](https://pytorch.org/)
[![WandB](https://img.shields.io/badge/Weights_&_Biases-FFCC33?style=for-the-badge&logo=WeightsAndBiases&logoColor=black)](https://wandb.ai/)
[![Docker](https://img.shields.io/badge/docker-%230db7ed.svg?style=for-the-badge&logo=docker&logoColor=white)](https://hub.docker.com/r/silleellie/laikallm)

# LaikaLLM
[[Documentation](https://silleellie.github.io/LaikaLLM/)]
Expand Down Expand Up @@ -70,6 +71,9 @@ of developing *accountable* experiment pipelines

## Installation

*Tip:* If you don't want to install from source, you can pull the latest [LaikaLLM Docker Image](https://hub.docker.com/r/silleellie/laikallm)
which includes every preliminary step to run the project!

*LaikaLLM* requires **Python 3.10** or later, and all packages needed are listed in
[`requirements.txt`](requirements.txt)

Expand Down

0 comments on commit c037804

Please sign in to comment.