Skip to content

Commit

Permalink
fix redundancies
Browse files Browse the repository at this point in the history
Signed-off-by: Ananth Subramaniam <[email protected]>
  • Loading branch information
ananthsub committed Nov 21, 2024
1 parent f428820 commit 4950408
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions nemo/collections/diffusion/encoders/conditioner.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ def __init__(
self._ucg_rate = None
self._input_key = None

self.TARGET_BLOCK = target_block
self.TARGET_MODULE = target_module
self.TARGET_BLOCK = target_block or []
self.TARGET_MODULE = target_module or []
if enable_lora_finetune:
Expand Down

0 comments on commit 4950408

Please sign in to comment.