lakshaykc

Results 4 issues of lakshaykc

I'm trying to use ```skip_authorization=True``` as mentioned in the documentation [page](https://django-oauth-toolkit.readthedocs.io/en/latest/advanced_topics.html#skip-auth-form). The document says, "_To this end, you have to set skip_authorization = True on the Application model, either programmaticaly...

Create an index of doc2query + BM25 on a small subset of Pile for testing. I'm working with @ontocord to get this going. The plan is to use 1 shard...

data
good first issue
retrieval

I'm running `demo/question-answering/triton_client.py` from the examples directory. The script returns expected result with `batch_size=1`. However, if you make the `batch_size` > 1 in this [line](https://github.com/ELS-RD/transformer-deploy/blob/d6c1f21b5e047f7118dbca7092dce60f577e2f79/demo/question-answering/triton_client.py#L35), it outputs only the result...

### Description ```shell Branch: main Docker Version: 20.10.21 GPU Type: A100 40GB Triton Docker Image: triton_with_ft:22.12 ``` ### Reproduced Steps I'm following the instructions by @byshiue to test Flan-T5 with...

bug