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®.

Home Page:https://ctid.mitre-engenuity.org/our-work/tram/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stuck on Queued

ralghamdi opened this issue · comments

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.

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.