Commit 1e680e2d authored by shihm's avatar shihm
Browse files

updata readme

parent 53129bac
......@@ -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,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment