Jiarui Xu

Results 3 issues of Jiarui Xu

I'm encountering an issue when trying to import the `tensorrt_llm` package in my Python environment. I'm using Python 3.10, and the error seems to be related to missing dependencies and...

triaged

* Contextualized Topic Models version: * Python version: * Operating System: ### Description There seems to be a potential bug in the `data_preparation.py` script, specifically at [this line](https://github.com/MilaNLProc/contextualized-topic-models/blob/master/contextualized_topic_models/utils/data_preparation.py#L181). I propose...

### Description This pull request addresses two main issues found in the `models.LSI` and `models.ETM` modules. ### Changes Made 1. **Improved Null Checks in `models.LSI`:** - Updated comparisons from `==...