softwaremill / FoXAI

The open-source library for explainable AI. Generic and easy to integrate with PyTorch.
Apache License 2.0
30 stars 1 forks source link

WIP testing various package versions #122

Closed adamjankaczmarek closed 10 months ago

adamjankaczmarek commented 10 months ago

Description

Please include a summary of the changes.

How Has This Been Tested?

Please describe the tests that you ran to verify your changes.

Checklist:

adamwawrzynski commented 10 months ago

@rozek1997, could you look at logs from this job? It says that operation was cancelled.

rozek1997 commented 10 months ago

@adamwawrzynski I found out the error saying: Pod ephemeral local storage usage exceeds the total limit of containers 12Gi.

Fixing it straight away. FoXAI took about 33GB of disk so request the ephemeral memory size to at least 40GB should resolve the problem.

rozek1997 commented 10 months ago

@adamwawrzynski look like the test has passed now