Skip to content

Commit

Permalink
general path to pip install workflow_interface
Browse files Browse the repository at this point in the history
Signed-off-by: porteratzo <[email protected]>
  • Loading branch information
porteratzo committed Jan 6, 2025
1 parent a140a0d commit ae0106a
Showing 1 changed file with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,9 @@
"metadata": {},
"outputs": [],
"source": [
"!pip install git+https://github.com/intel/openfl.git\n",
"!cd /home/oamontoy/workspace/openfl/openfl-tutorials/experimental/Phi3 && pip install -r ../requirements_workflow_interface.txt\n",
"!pip install numpy --upgrade\n",
"!pip install transformers peft datasets trl"
"!pip install git+https://github.com/intel/openfl.git --no-cache\n",
"!cd PATH_TO_OPENFL_DIR/openfl-tutorials/experimental/workflow && pip install -r workflow_interface_requirements.txt --no-cache\n",
"!pip install transformers peft datasets trl --no-cache"
]
},
{
Expand Down Expand Up @@ -632,7 +631,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.0"
"version": "3.10.16"
}
},
"nbformat": 4,
Expand Down

0 comments on commit ae0106a

Please sign in to comment.