Hi, I am new to this repo, and I got this error when I followed the readme to train the SAE:
(llama_scope) root@C.17073243:/Language-Model-SAEs$ lm-saes train examples/configuration/train.toml
bash: lm-saes: command not found
I created a conda environment with python 3.10, then I followed the instruction: pdm install, then downloaded bun, then run lm-saes train examples/configuration/train.toml. That is where I got the error.
Can you please take a look?
Thank you
Hi, I am new to this repo, and I got this error when I followed the readme to train the SAE:
(llama_scope) root@C.17073243:/Language-Model-SAEs$ lm-saes train examples/configuration/train.toml bash: lm-saes: command not foundI created a conda environment with python 3.10, then I followed the instruction:
pdm install, then downloadedbun, then runlm-saes train examples/configuration/train.toml. That is where I got the error.Can you please take a look?
Thank you