File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 55You will first need to install the [ git] ( https://git-scm.com ) version control system. Then run the following commands:
66
77```
8- git clone https://github.com/PolusAI/workflow-inference-compiler .git
8+ git clone https://github.com/PolusAI/sophios .git
99cd workflow-inference-compiler
1010
1111cd install/
1212./install_conda.sh
1313source ~/.bashrc
14- conda create --name wic
14+ conda create --name wic # or any name
1515conda activate wic
1616./install_system_deps.sh
1717cd ..
1818
1919pip install -e ".[all]"
2020pre-commit install # Required for developers
2121
22- wic --generate_schemas
22+ sophios --generate_schemas
2323```
2424
2525Developers should fork the upstream repository and clone their fork using the git@ url, then run the command
2626
2727```
28- git remote add polusai https://github.com/PolusAI/workflow-inference-compiler .git
28+ git remote add polusai https://github.com/PolusAI/sophios .git
2929```
3030
3131## docker
You can’t perform that action at this time.
0 commit comments