Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
opencompass
Commits
31afe870
Unverified
Commit
31afe870
authored
May 21, 2024
by
bittersweet1999
Committed by
GitHub
May 21, 2024
Browse files
fix yi-chat template (#1178)
parent
1448be00
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
configs/models/yi/hf_yi_34b_chat.py
configs/models/yi/hf_yi_34b_chat.py
+1
-0
configs/models/yi/hf_yi_6b_chat.py
configs/models/yi/hf_yi_6b_chat.py
+1
-0
No files found.
configs/models/yi/hf_yi_34b_chat.py
View file @
31afe870
...
@@ -8,5 +8,6 @@ models = [
...
@@ -8,5 +8,6 @@ models = [
max_out_len
=
1024
,
max_out_len
=
1024
,
batch_size
=
8
,
batch_size
=
8
,
run_cfg
=
dict
(
num_gpus
=
2
),
run_cfg
=
dict
(
num_gpus
=
2
),
stop_words
=
[
'<|endoftext|>'
,
'<|im_end|>'
],
)
)
]
]
configs/models/yi/hf_yi_6b_chat.py
View file @
31afe870
...
@@ -8,5 +8,6 @@ models = [
...
@@ -8,5 +8,6 @@ models = [
max_out_len
=
1024
,
max_out_len
=
1024
,
batch_size
=
8
,
batch_size
=
8
,
run_cfg
=
dict
(
num_gpus
=
1
),
run_cfg
=
dict
(
num_gpus
=
1
),
stop_words
=
[
'<|endoftext|>'
,
'<|im_end|>'
],
)
)
]
]
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment