Skip to content

Commit

Permalink
add tokenizer var to script (Josh-XT#757)
Browse files Browse the repository at this point in the history
* add tokenizer var to script

Signed-off-by: Green Gecko <[email protected]>

* Set to false

Signed-off-by: Josh XT <[email protected]>

---------

Signed-off-by: Green Gecko <[email protected]>
Signed-off-by: Josh XT <[email protected]>
Co-authored-by: Josh XT <[email protected]>
  • Loading branch information
birdup000 and Josh-XT authored Jun 20, 2023
1 parent c7bd78e commit e68bc5b
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions AGiXT.sh
Original file line number Diff line number Diff line change
Expand Up @@ -129,11 +129,16 @@ local_install() {
playwright install --with-deps
sleep 1

echo "${BOLD}${YELLOW}Step 5: Running AGiXT Back End...${RESET}"
echo "${BOLD}${YELLOW}Step 5: Set Token Env Var...${RESET}"
export TOKENIZERS_PARALLELISM=false &
sleep 1

echo "${BOLD}${YELLOW}Step 6: Running AGiXT Back End...${RESET}"
cd agixt && uvicorn app:app --host 0.0.0.0 --port 7437 --workers 4 &
sleep 1

echo "${BOLD}${YELLOW}Step 6: Running Streamlit Front End...${RESET}"

echo "${BOLD}${YELLOW}Step 7: Running Streamlit Front End...${RESET}"
cd streamlit && streamlit run Main.py
}

Expand Down Expand Up @@ -186,4 +191,4 @@ while true; do
sleep 2
;;
esac
done
done

0 comments on commit e68bc5b

Please sign in to comment.