meta-llama / llama

Inference code for Llama models
Other
54.12k stars 9.32k forks source link

No module named 'actor' #283

Open sdeadlocker opened 1 year ago

sdeadlocker commented 1 year ago

throw this errror

  from chatllama.rlhf.trainer import RLTrainer
  File "C:\Users\Admin\MY WORK\test llama\venv\lib\site-packages\chatllama\rlhf\trainer.py", line 12, in <module>
    from actor import ActorModel
ejsd1989 commented 10 months ago

@sdeadlocker, I just wanted to check in - were you able to resolve this issue?