You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! Our codebase is constantly updating and we now realized that we are not capable to maintain a stable version for external use XD. Apologies for this! However you can use llamascope with SAELens. For example,
fromsae_lensimportSAEsae, cfg_dict, sparsity=SAE.from_pretrained(
release="llama_scope_lxr_32x", # see other options in sae_lens/pretrained_saes.yamlsae_id="l0r_32x", # won't always be a hook pointdevice=device,
)
should work.
Please reach out if you have any further questions :)
Following ./examples/loading_llamascope_saes.ipynb, and received the following error on the line below... Please instruct on how to fix. Thanks!
sae = SparseAutoEncoder.from_pretrained("fnlp/Llama3_1-8B-Base-L15R-8x")
The text was updated successfully, but these errors were encountered: