Skip to content

Commit a854f97

Browse files
committed
add virtual env
1 parent 2deef4f commit a854f97

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

xinference/model/llm/llm_family.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7942,7 +7942,13 @@
79427942
"stop": [
79437943
"<|im_end|>",
79447944
"<|endoftext|>"
7945-
]
7945+
],
7946+
"virtualenv": {
7947+
"packages": [
7948+
"git+https://github.com/huggingface/[email protected]",
7949+
"numpy==1.26.4"
7950+
]
7951+
}
79467952
},
79477953
{
79487954
"version": 1,

xinference/model/llm/llm_family_modelscope.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5700,7 +5700,13 @@
57005700
"stop": [
57015701
"<|im_end|>",
57025702
"<|endoftext|>"
5703-
]
5703+
],
5704+
"virtualenv": {
5705+
"packages": [
5706+
"git+https://github.com/huggingface/[email protected]",
5707+
"numpy==1.26.4"
5708+
]
5709+
}
57045710
},
57055711
{
57065712
"version": 1,

0 commit comments

Comments
 (0)