File tree Expand file tree Collapse file tree 1 file changed +2
-18
lines changed Expand file tree Collapse file tree 1 file changed +2
-18
lines changed Original file line number Diff line number Diff line change 26
26
- " --max-loras"
27
27
- " 4"
28
28
- " --lora-modules"
29
- - ' {"name": "tweet-summary-0", "path": "/adapters/ai-blond/ Qwen-Qwen2.5-Coder- 1.5B-Instruct-lora_0 "}'
30
- - ' {"name": "tweet-summary-1", "path": "/adapters/ai-blond/ Qwen-Qwen2.5-Coder- 1.5B-Instruct-lora_1 "}'
29
+ - ' {"name": "tweet-summary-0", "path": "SriSanth2345/ Qwen-1.5B-Tweet-Generations", "base_model_name": "Qwen/ Qwen2.5-1.5B"}'
30
+ - ' {"name": "tweet-summary-1", "path": "SriSanth2345/ Qwen-1.5B-Tweet-Generations", "base_model_name": "Qwen/ Qwen2.5-1.5B"}'
31
31
env :
32
32
- name : PORT
33
33
value : " 8000"
73
73
name : shm
74
74
- name : adapters
75
75
mountPath : " /adapters"
76
- initContainers :
77
- - name : adapter-loader
78
- image : ghcr.io/tomatillo-and-multiverse/adapter-puller:demo
79
- command : ["python"]
80
- args :
81
- - ./pull_adapters.py
82
- - --adapter
83
- - ai-blond/Qwen-Qwen2.5-Coder-1.5B-Instruct-lora
84
- - --duplicate-count
85
- - " 4"
86
- env :
87
- - name : HF_HOME
88
- value : /adapters
89
- volumeMounts :
90
- - name : adapters
91
- mountPath : " /adapters"
92
76
restartPolicy : Always
93
77
schedulerName : default-scheduler
94
78
terminationGracePeriodSeconds : 30
You can’t perform that action at this time.
0 commit comments