Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
d.taranets committed Oct 22, 2024
1 parent 4208d3d commit 31a0d37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions turbo_alignment/trainers/sft_with_rm.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os
from typing import Any
from pathlib import Path
import os

import numpy as np
import torch
from torch import nn
from transformers import PreTrainedModel
Expand Down

0 comments on commit 31a0d37

Please sign in to comment.