From 9817785c66a13caa681a8e9e272f2ae949233542 Mon Sep 17 00:00:00 2001 From: yhliang <68215459+yhliang-aslp@users.noreply.github.com> Date: 星期二, 18 四月 2023 19:28:39 +0800 Subject: [PATCH] Merge pull request #380 from alibaba-damo-academy/main --- docs/modescope_pipeline/tp_pipeline.md | 20 ++++++++++++++++++++ 1 files changed, 20 insertions(+), 0 deletions(-) diff --git a/docs/modescope_pipeline/tp_pipeline.md b/docs/modescope_pipeline/tp_pipeline.md new file mode 100644 index 0000000..fad55e3 --- /dev/null +++ b/docs/modescope_pipeline/tp_pipeline.md @@ -0,0 +1,20 @@ +# Timestamp Prediction + +## Inference with pipeline + +### Quick start + +#### Inference with you data + +#### Inference with multi-threads on CPU + +#### Inference with multi GPU + +## Finetune with pipeline + +### Quick start + +### Finetune with your data + +## Inference with your finetuned model + -- Gitblit v1.9.1