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
ModelZoo
Baichuan-M3_pytorch
Commits
1e680e2d
Commit
1e680e2d
authored
Mar 09, 2026
by
shihm
Browse files
updata readme
parent
53129bac
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
README.md
README.md
+1
-1
No files found.
README.md
View file @
1e680e2d
...
...
@@ -65,7 +65,7 @@ import os
import torch
os.environ[
'TRANSFORMERS_OFFLINE'
]
=
'1'
os.environ[
'MODELSCOPE_OFFLINE'
]
=
'1'
model_path
=
"/
path/to
/Baichuan-M3-235B"
model_path
=
"/
baichuan-inc
/Baichuan-M3-235B"
model
=
AutoModelForCausalLM.from_pretrained
(
model_path,
trust_remote_code
=
True,
...
...
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