From b8c86b10957344c8cb6c385409912f689465d91f Mon Sep 17 00:00:00 2001 From: ltoniazzi <61414566+ltoniazzi@users.noreply.github.com> Date: Sun, 18 Aug 2024 12:24:15 +0100 Subject: [PATCH] Update .github/workflows/server-convert-and-infer.yml Co-authored-by: Xuan Son Nguyen --- .github/workflows/server-convert-and-infer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/server-convert-and-infer.yml b/.github/workflows/server-convert-and-infer.yml index 042c9c2d4..bfde857c2 100644 --- a/.github/workflows/server-convert-and-infer.yml +++ b/.github/workflows/server-convert-and-infer.yml @@ -1,5 +1,5 @@ # Server build and tests conversion from safetensors and inference -name: Server conversion and inference +name: LoRA adapters conversion and inference on: workflow_dispatch: # allows manual triggering