JianLin Zhang

Results 2 comments of JianLin Zhang

Did anybody success? I tried: ``` model_path = "/disk2/044/scprint/temp/data/esmc-600m-2024-12" # Check if the model path exists if not os.path.exists(model_path): raise FileNotFoundError(f"Model path not found: {model_path}") # Load the model configuration...

I solved the problem by both modifying the `data_root()` and `model = ESM3.from_pretrained()` like this: _______________________________________________________________________________________________________________ ``` def data_root(model: str): if "INFRA_PROVIDER" in os.environ: return Path("") # Try to download...