Skip to content

Commit

Permalink
add file
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottLL committed Nov 14, 2023
1 parent 473be26 commit 4b1002a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions workflow-artifacts/cloud-init.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4b1002a

Please sign in to comment.