mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-22 15:24:55 +00:00
refactor: Update Dockerfile.tpl to use huggingface/transformers-pytorch-gpu image
This commit is contained in:
parent
97cc28b182
commit
85edd12c2d
@ -0,0 +1,24 @@
|
||||
Keep all llama models here for docker build.
|
||||
|
||||
# Downloading Model from Hugging Face
|
||||
|
||||
Please make sure you have git lfs installed before cloning the model.
|
||||
|
||||
```bash
|
||||
git lfs install
|
||||
```
|
||||
|
||||
```bash
|
||||
# Here we are downloading the Meta-Llama-3-8B-Instruct model
|
||||
git clone https://huggingface.co/meta-llama/Meta-Llama-3-8B-Instruct
|
||||
```
|
||||
|
||||
# Larger Models
|
||||
|
||||
For larger models, please use the following command to download the model.
|
||||
|
||||
```bash
|
||||
# Here we are downloading the Meta-Llama-3-8B-Instruct model
|
||||
git clone https://huggingface.co/meta-llama/Meta-Llama-3-70B-Instruct
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user