mirror of
https://github.com/deepseek-ai/DeepSeek-Math
synced 2025-01-22 18:48:13 +00:00
replicate
This commit is contained in:
parent
555ba27526
commit
a0fdfa2682
@ -18,7 +18,7 @@
|
|||||||
<a href="https://huggingface.co/deepseek-ai" target="_blank">
|
<a href="https://huggingface.co/deepseek-ai" target="_blank">
|
||||||
<img alt="Hugging Face" src="https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-DeepSeek%20AI-ffc107?color=ffc107&logoColor=white" />
|
<img alt="Hugging Face" src="https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-DeepSeek%20AI-ffc107?color=ffc107&logoColor=white" />
|
||||||
</a>
|
</a>
|
||||||
<a href="https://replicate.com/cjwbw/deepseek-math-7b-instruct" target="_parent"><img src="https://replicate.com/cjwbw/deepseek-math-7b-instruct/badge" alt="Replicate"/></a>
|
<a href="https://replicate.com/cjwbw/deepseek-math-7b-base" target="_parent"><img src="https://replicate.com/cjwbw/deepseek-math-7b-base/badge" alt="Replicate"/></a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div align="center">
|
<div align="center">
|
||||||
|
2
cog.yaml
2
cog.yaml
@ -12,4 +12,4 @@ build:
|
|||||||
- hf_transfer
|
- hf_transfer
|
||||||
|
|
||||||
# predict.py defines how predictions are run on your model
|
# predict.py defines how predictions are run on your model
|
||||||
predict: "predict.py:Predictor"
|
predict: "replicate/predict.py:Predictor"
|
||||||
|
Loading…
Reference in New Issue
Block a user