Skip to content

Commit

Permalink
Format Python files
Browse files Browse the repository at this point in the history
Signed-off-by: Andrey Velichkevich <[email protected]>
  • Loading branch information
andreyvelich committed Mar 15, 2024
1 parent 519c11a commit d5bd8b2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Check Python code with Black
uses: psf/black@stable
with:
version: 23.9.1
version: 24.2.0
options: --check --exclude '/*kubeflow_org_v1*|__init__.py|api_client.py|configuration.py|exceptions.py|rest.py'
src: sdk/

Expand Down
1 change: 0 additions & 1 deletion sdk/python/kubeflow/trainer/hf_llm_training.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ def setup_peft_model(model, lora_config):


def train_model(model, transformer_type, train_data, eval_data, tokenizer, train_args):

# Setup the Trainer.
trainer = Trainer(
model=model,
Expand Down

0 comments on commit d5bd8b2

Please sign in to comment.