Skip to content

Commit

Permalink
Merge pull request #294 from vishnoianil/fix-pip-url
Browse files Browse the repository at this point in the history
Fix pip url for instructlab
  • Loading branch information
mergify[bot] authored Apr 23, 2024
2 parents 1a8b79e + b05998a commit e78be29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install-worker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ EOF
install_lab() {
cd "${WORK_DIR}" || (echo "Failed to change to work directory: ${WORK_DIR}" && exit 1)
if ! command_exists "ilab"; then
sudo pip install "git+https://instructlab-bot:${GITHUB_TOKEN}@github.com/instructlab/instructlab#egg=cli"
sudo pip install "git+https://instructlab-bot:${GITHUB_TOKEN}@github.com/instructlab/instructlab.git@stable"
if [ "${GPU_TYPE}" = "cuda" ]; then
CMAKE_ARGS="-DLLAMA_CUBLAS=on" python3 -m pip install --force-reinstall --no-cache-dir llama-cpp-python
elif [ -n "${GPU_TYPE}" ]; then
Expand Down

0 comments on commit e78be29

Please sign in to comment.