From 17afc4dd3db65169127d6f033154d6dd2b374979 Mon Sep 17 00:00:00 2001 From: oyilmaz-nvidia Date: Tue, 7 Jan 2025 17:17:38 +0000 Subject: [PATCH] Apply isort and black reformatting Signed-off-by: oyilmaz-nvidia --- examples/llm/peft/hf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/llm/peft/hf.py b/examples/llm/peft/hf.py index 661a637b3995..1b3776005b02 100755 --- a/examples/llm/peft/hf.py +++ b/examples/llm/peft/hf.py @@ -1,4 +1,3 @@ - # Copyright (c) 2024, NVIDIA CORPORATION. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License");