Skip to content

Commit

Permalink
更改 python3 执行位置
Browse files Browse the repository at this point in the history
  • Loading branch information
1473371932 authored Aug 27, 2024
1 parent e9f2280 commit de6e27e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions df-llm-agent/py2c.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ echo "Starting py2c.sh script"

cp llm_agent_app/llm_agent.py llm_agent_app/llm_agent.pyx

/root/venv/bin/python3 setup.py build_ext -i
/venv/bin/python3 setup.py build_ext -i

rm llm_agent_app/llm_agent.py
rm llm_agent_app/llm_agent.c

echo "py2c.sh script finished"
echo "py2c.sh script finished"

0 comments on commit de6e27e

Please sign in to comment.