Skip to content

Commit

Permalink
chore: fix pcc
Browse files Browse the repository at this point in the history
  • Loading branch information
jfrery committed Dec 10, 2024
1 parent f5843b3 commit ae92d65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/concrete/ml/torch/lora.py
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ def train(
for item in batch
)
else:
# If it's a single non-tensor item, wrap it in a tuple
# If it is a single non-tensor item, wrap it in a tuple
batch = (batch,)

# Forward pass through the hybrid model
Expand Down

0 comments on commit ae92d65

Please sign in to comment.