Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
OPEA
/
DeepSeek-R1-int2-gptq-sym-inc
like
2
Follow
Open Platform for Enterprise AI
83
Safetensors
NeelNanda/pile-10k
deepseek_v3
custom_code
2-bit
gptq
arxiv:
2309.05516
Model card
Files
Files and versions
xet
Community
1
main
DeepSeek-R1-int2-gptq-sym-inc
/
push.sh
wenhuach
update
cab5238
10 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
165 Bytes
# 获取提交信息,若未提供则使用默认值 "update"
commit_message=
"
${1:-update}
"
# 执行 Git 命令
git add .
git commit -m
"
$commit_message
"
git push