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
zhougaofeng
internlm2-math-7B
Commits
f78e0a30
Commit
f78e0a30
authored
Jun 11, 2024
by
zhougaofeng
Browse files
Upload New File
parent
dc330232
Pipeline
#1161
canceled with stages
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
src/llmfactory/model/__init__.py
src/llmfactory/model/__init__.py
+12
-0
No files found.
src/llmfactory/model/__init__.py
0 → 100644
View file @
f78e0a30
from
.loader
import
load_config
,
load_model
,
load_tokenizer
from
.utils.misc
import
find_all_linear_modules
from
.utils.valuehead
import
load_valuehead_params
__all__
=
[
"load_config"
,
"load_model"
,
"load_tokenizer"
,
"load_valuehead_params"
,
"find_all_linear_modules"
,
]
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