Skip to content

Commit

Permalink
Try without venv setup (Test push)
Browse files Browse the repository at this point in the history
  • Loading branch information
vaatsalya123 committed Sep 8, 2023
1 parent 09b7b62 commit 87f703b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ivy/engines/setup_xla.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash
pip install virtualenv
#pip install virtualenv
cd XLA/rust_api/
mkdir xla_build && virtualenv xla_build
source xla_build/bin/activate
#mkdir xla_build && virtualenv xla_build
#source xla_build/bin/activate
wget https://github.com/elixir-nx/xla/releases/download/v0.4.4/xla_extension-x86_64-linux-gnu-cuda111.tar.gz
tar -xzvf xla_extension-x86_64-linux-gnu-cuda111.tar.gz
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
Expand Down

0 comments on commit 87f703b

Please sign in to comment.