replicate

This commit is contained in:
chenxwh 2024-02-12 21:30:24 +00:00
parent 555ba27526
commit a0fdfa2682
4 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@
<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" />
</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 align="center">

View File

@ -12,4 +12,4 @@ build:
- hf_transfer
# predict.py defines how predictions are run on your model
predict: "predict.py:Predictor"
predict: "replicate/predict.py:Predictor"