Skip to content

Commit

Permalink
freeze black
Browse files Browse the repository at this point in the history
  • Loading branch information
francoishernandez committed Jan 29, 2025
1 parent 1a8f969 commit 3cf7826
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
pip install sacrebleu
pip install flake8
pip install rich
python -m pip install black flake8 pyproject-flake8
python -m pip install black<25 flake8 pyproject-flake8
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Check code with Black
run: |
Expand Down
3 changes: 1 addition & 2 deletions recipes/pixtral/test_inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
from eole.inference_engine import InferenceEnginePY

config = PredictConfig(
# model_path="./pixtral-12b",
model_path="./test-pixtral",
model_path="./pixtral-12b",
src="dummy",
max_length=500,
gpu_ranks=[0],
Expand Down

0 comments on commit 3cf7826

Please sign in to comment.