You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 19, 2023. It is now read-only.
Hi, first of all thanks for the work on Cybert it looks like an awesome paper and model. However, I was wondering if it would be possible to run it in inference mode on a CPU. I tried to look at your example code https://github.com/rapidsai/clx/blob/branch-22.08/notebooks/cybert/cybert_log_parsing.ipynb and it seems heavily connected into CUDF and other Rapids tools. Particularly your SubWordTokenizer class seems highly coupled. Our anomaly detection models need to run in inference mode on a virtual range that doesn't have access to GPUs. Also I tried to install directly just from HuggingFace repo and ran into issues. Are there any solutions? Thanks.