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
Hello! I had a question on how to utilize the different ESM3 models, as per the instructions from the README.md doc:
# Instead of loading the model locally on your machine:
model: ESM3InferenceClient = ESM3.from_pretrained("esm3_sm_open_v1").to("cuda") # or "cpu"
# just replace the line with this:
model: ESM3InferenceClient = esm.sdk.client("esm3-medium-2024-08", token="<your forge token>")
# and now you're interfacing with the model running on our remote servers.
I essentially can't seem to access the different flagship models on the remote server, such as the esm3-large-2024-03. I'm basically trying to access this model locally to handle large multi-fasta files, using a python script, but keeps giving me errors when I try to simply change the line of code.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello! I had a question on how to utilize the different ESM3 models, as per the instructions from the README.md doc:
I essentially can't seem to access the different flagship models on the remote server, such as the esm3-large-2024-03. I'm basically trying to access this model locally to handle large multi-fasta files, using a python script, but keeps giving me errors when I try to simply change the line of code.
Any help would be appreciated :)
Beta Was this translation helpful? Give feedback.
All reactions