Ivan Sekulic
Ivan Sekulic
> > The wrong code is at line 75 of supervised_trainer.py and line 38 of evaluator.py. > > I change them to `device = torch.device('cuda:0') if torch.cuda.is_available() else -1` and...
@zqwerty, great thanks! I'm looking forward to your answer :)
@zqwerty thank you for your comment! Indeed, I've seen the example usage in `llm/user_similator.py`. I'm looking forward to see an example script then, which would enable the full interaction (like...