Skip to content

Remove torch dependency

Elukey requested to merge elukey/knowledge_integrity:main into main

There is a security vulnerability in the torch version used in this package and it brings in (by default) a lot of non-opensource dependencies (mostly Nvidia/CUDA related). After a chat with Muniza we agreed to remove it (I used poetry remove torch to create this change).

Edited by Elukey

Merge request reports