Closed Cee-tech21 closed 2 years ago
Hello @Cee-tech21 , this problem usually occur if you don't have Git-LFS installed.
Check to make sure you have it installed.
Hello @Cee-tech21 , this problem usually occur if you don't have Git-LFS installed.
Check to make sure you have it installed.
Hola @Malikbadmus git-lfs is installed. Please see attached screenshot
Hi @Cee-tech21 , since you've installed git-lfs
, did you also activate (initialize) it after your installation?
If no, you can do so by running git-lfs install
command and retry fetching
Installed git-lfs
again in the ersilia environment and was able to fetch and predict!
Describe the bug.
Running the fetch command triggers download of relevant packages but eventually the process fails and self terminates with the following series of messages:
Running the serve command also leads to above outcome.
Describe the steps to reproduce the behavior
Run the following commands in sequence:
ersilia -v fetch eos4u6p | tee -a eos4u6p_fetch.log 2>&1
ersilia -v serve eos4u6p | tee -a eos4u6p_serve.log 2>&1
Expected behavior.
I expected the model eos4u6p to be downloaded.
Screenshots.
eos4u6p_fetch.log
Operating environment
Linux Mint 19
Additional context
No response