"...text-generation-inference.git" did not exist on "2efd46ef95991a227c9ec79821e6008fdfeb901d"
Commit 1121877d authored by Boris Bonev's avatar Boris Bonev
Browse files

updating github workflow

parent 29e7fb68
...@@ -19,7 +19,7 @@ jobs: ...@@ -19,7 +19,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip
python -m pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cpu python -m pip install torch --extra-index-url https://download.pytorch.org/whl/cpu
- name: Install package - name: Install package
run: | run: |
python -m pip install -e . python -m pip install -e .
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment