Closed github-actions[bot] closed 1 year ago
Hello @GemmaTuron I've tested the model on CLI, COLAB and DockerHub and it is working fine, Here are the output files for each eos24ci_DockerHub.txt eos24ci_ CLI.csv eos24ci_ COLAB.csv
Thanks
Hi @GemmaTuron and @febielin, The model works well using Colab, CLI and docker.
Test file: eml_50.csv
Colab Colab Output: eos24ci_colab_output.csv
CLI 👍 Model eos24ci fetched successfully! eos24ci_cli_fetch.log Output: 24ci_cli_output.csv
(ersilia) hellenah@hellenah-elitebook:~$ ersilia serve eos24ci
🚀 Serving model eos24ci: drugtax
URL: http://0.0.0.0:45959
PID: -1
SRV: pulled_docker
👉 To run model:
- run
💁 Information:
- info
(ersilia) hellenah@hellenah-elitebook:~$ ersilia run -i "Nc1nc(NC2CC2)c3ncn([C@@H]4C[C@H](CO)C=C4)c3n1"
{
"input": {
"key": "MCGSCOLBFJQGHM-SCZZXKLOSA-N",
"input": "Nc1nc(NC2CC2)c3ncn([C@@H]4C[C@H](CO)C=C4)c3n1",
"text": "Nc1nc(NC2CC2)c3ncn([C@@H]4C[C@H](CO)C=C4)c3n1"
},
"output": {
"outcome": [
1.0,
0.0,
1.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
1.0,
1.0,
...
Docker Docker Output: 24ci_docker_output.csv
hellenah@hellenah-elitebook:~$ docker run -v /home/hellenah:/data ersiliaos/eos24ci
+ [ -z eos24ci ]
+ ersilia serve -p 3000 eos24ci
🚀 Serving model eos24ci: drugtax
URL: http://127.0.0.1:3000
PID: 37
SRV: conda
👉 To run model:
- run
💁 Information:
- info
+ echo Serving model eos24ci...
+ nginx -g daemon off;
Serving model eos24ci...
root@ad0580964303:~# ersilia run -i "Nc1nc(NC2CC2)c3ncn([C@@H]4C[C@H](CO)C=C4)c3n1"
{
"input": {
"key": "MCGSCOLBFJQGHM-SCZZXKLOSA-N",
"input": "Nc1nc(NC2CC2)c3ncn([C@@H]4C[C@H](CO)C=C4)c3n1",
"text": "Nc1nc(NC2CC2)c3ncn([C@@H]4C[C@H](CO)C=C4)c3n1"
},
"output": {
"outcome": [
1.0,
0.0,
1.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
1.0,
1.0,
...
fantastic, I'll mark this as completed
This model is ready for testing. If you are assigned to this issue, please try it out using the CLI, Google Colab and DockerHub and let us know if it works!