Automatically deleting trained models and nlu files from `/tmp/` folder
See original GitHub issueDescription of Problem:
I see a lot of trained models and old nlu files in the folder /tmp/
, which I believe is the default tmp location for storing models. Is there a way to delete these automatically? This might use disk space and I don’t want to burden my VM.
I understand that this is caused by : “interrupting” the rasa train
but if there was a way…
Overview of the Solution:
Examples (if relevant):
Blockers (if relevant):
Definition of Done:
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (6 by maintainers)
Top Results From Across the Web
Automatically deleting trained models and nlu files from `/tmp ...
Every time i train the bot then train model are store in the '/tmp/' folder and i have to go to the tmp...
Read more >Are files from /tmp automatically deleted by AWS Lambda?
No, files from /tmp are not automatically deleted. The AWS Lambda FAQs state: To improve performance, AWS Lambda may choose to retain an ......
Read more >Chatbots Using Python and Rasa - GeeksforGeeks
Rasa is a tool to build custom AI chatbots using Python and natural language understanding (NLU). Rasa provides a framework for developing ...
Read more >MID Server upgrades - Product Documentation | ServiceNow
Upgrade MID Servers manually, or automatically through the instance. MID Server automatic upgrade is triggered when the instance upgrades and the MID Server ......
Read more >Installation - Spark NLP - John Snow Labs
After removing the jar, the pipelines should work as expected. Scala and Java for M1. Adding Spark NLP to your Scala or Java...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I am getting the same problem since I upgraded to rasa 2, is there anything that can be done?
@federicotdn Awesome! Thanks!