center-for-threat-informed-defense / tram

TRAM is an open-source platform designed to advance research into automating the mapping of cyber threat intelligence reports to MITRE ATT&CK®.
https://ctid.mitre-engenuity.org/our-work/tram/
Apache License 2.0
423 stars 90 forks source link

Stuck on Queued #218

Open ralghamdi opened 1 month ago

ralghamdi commented 1 month ago

I have installed TRAM locally, and have uploaded three different reports to be analyzed. It has been almost 2 hours for the newest one of them and they all still have the status of Queued as shown below: image

I've been monitoring logs of the container with no indication of progress or errors.

mehaase commented 3 weeks ago

Hi @ralghamdi sorry for the delay in replying. When you run TRAM locally, you need to run this command in a separate tab:

tram pipeline run --model bert --run-forever &

That will run a background job that processes the reports. Please note that the BERT model is a bit slow when running on CPU (a few minutes per report) but the background process will display something in the logs when it starts processing a report.