omost-dolphin-2.9-llama3-8b-4bits is Omost's llama3-8b model with dolphin-2.9 instruct pretraining in nf4.
#模型下载
from modelscope import snapshot_download
model_dir = snapshot_download('Omost/omost-dolphin-2.9-llama3-8b-4bits')
omost-dolphin-2.9-llama3-8b-4bits is Omost's llama3-8b model with dolphin-2.9 instruct pretraining in nf4.
#模型下载
from modelscope import snapshot_download
model_dir = snapshot_download('Omost/omost-dolphin-2.9-llama3-8b-4bits')
评论