reduce amount of memory required for our unit tests that are run on PRs #7947
Labels
area:rasa-oss 🎡
Anything related to the open source Rasa framework
area:rasa-oss/ml 👁
All issues related to machine learning
effort:atom-squad/4
Label which is used by the Rasa Atom squad to do internal estimation of task sizes.
type:maintenance 🔧
Improvements to tooling, testing, deployments, infrastructure, code style.
train_step
PR #7438 is a corner stone PR that is blocking us from moving forward with implementing various features like separate validation dataset and partial dataset loading for big datasets.The problem is that some tests in this PR fail due to OOM.
We tested individual commands
rasa train
,rasa test
,rasa shell
individually and even though they require quite a bit of memory, they don't seem to be leaking.The text was updated successfully, but these errors were encountered: