forked from basetenlabs/wizardlm-truss
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
36 lines (36 loc) · 861 Bytes
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
base_image: null
bundled_packages_dir: packages
data_dir: data
description: An instruction-following LLM Using Evol-Instruct.
environment_variables: {}
examples_filename: examples.yaml
external_package_dirs: []
input_type: Any
live_reload: false
model_class_filename: model.py
model_class_name: Model
model_framework: custom
model_metadata:
avatar_url: https://cdn.baseten.co/production/static/explore/wizard.png
cover_image_url: https://cdn.baseten.co/production/static/explore/wizardlm.png
tags:
- text-generation
model_module_dir: model
model_name: WizardLM
model_type: custom
python_version: py39
requirements:
- torch
- peft
- sentencepiece
- accelerate
- bitsandbytes
- git+https://github.com/huggingface/transformers.git
resources:
cpu: "3"
memory: 14Gi
use_gpu: true
accelerator: A10G
secrets: {}
spec_version: '2.0'
system_packages: []