You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
227 B
14 lines
227 B
2 years ago
|
## Building
|
||
|
|
||
|
Select one of the following models to build:
|
||
|
|
||
|
- `gpt-neo-1.3B`
|
||
|
- `gpt-neo-2.7B`
|
||
|
- `gpt-neox-20b`
|
||
|
- `pygmalion-6b`
|
||
|
- `gpt-j-6b`
|
||
|
|
||
|
```BASH
|
||
|
docker build --build-arg MODEL_NAME={model name} -t repo/image_name:tag .
|
||
|
```
|