From 4b1002a940ab2cd2d82b7b5a1b6451d805c3201a Mon Sep 17 00:00:00 2001 From: scottLL Date: Tue, 14 Nov 2023 02:39:11 +0000 Subject: [PATCH] add file --- workflow-artifacts/cloud-init.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/workflow-artifacts/cloud-init.txt b/workflow-artifacts/cloud-init.txt index 91a45e1..ede5e87 100644 --- a/workflow-artifacts/cloud-init.txt +++ b/workflow-artifacts/cloud-init.txt @@ -25,6 +25,10 @@ git lfs install curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y export PATH="$HOME/.cargo/bin:$PATH" +# Cloning the necessary repository +git clone https://github.com/huggingface/candle.git /root/candle +cd /root/candle + # Building the project if cargo build --example whisper --release; then # Navigate back to the root of the candle project