Jakub Bartczuk

Results 33 issues of Jakub Bartczuk

When I try to run `copilot-login` I get `helm-M-x-execute-command: Wrong number of arguments: (1 . 1)` The same goes for `copilot-diagnose`.

## TL;DR As for now the server code is pretty hard to comprehend. I propose to add typing, I can rewrite server using FastAPI - in addition to specifying request/response...

development

I am trying to run bleurt with tensorflow 2.15 and I get ``` TypeError: Binding inputs to tf.function failed due to `got an unexpected keyword argument 'input_ids'`. Received args: ()...

### Bug Description ``` from llama_index.llama_pack import download_llama_pack # download and install dependencies ZephyrQueryEnginePack = download_llama_pack( "ZephyrQueryEnginePack", "./zephyr_pack" ) ``` Failed with ``` ERROR: THESE PACKAGES DO NOT MATCH THE...

bug
triage

### Describe the bug I can't load dataset subsets of 'pragmeval'. The funny thing is I ran the dataset author's [colab notebook](https://colab.research.google.com/drive/1sg--LF4z7XR1wxAOfp0-3d4J6kQ9nj_A?usp=sharing) and it works just fine. I tried to...

It has been mentioned in #287 Was this possible in previous versions, or is it possible to specify a parameter that will add `_score` to results of `es_query` or `es_match`?

topic:dataframe

When I set a breakpoint in Python and I try run dap-debug I get `error in process filter: Symbol's value as variable is void: dap-exception-breakpoints` I wasn't able to find...

This PR enables specifying save_dir. The default is the old directory.

First of all, let me thank you for providing this code. I don't often see such research-related code of such quality. I see that faiss is only used in [collection_indexer](https://github.com/stanford-futuredata/ColBERT/blob/4b1885f3b4eb9f0f6cca1bc890d89f3f849504b9/colbert/indexing/collection_indexer.py#L477)....

### What is the issue? I am able to run llama 3 (`ollama run llama3`) but when I try to run the server I get >{"error":"model 'llama3' not found, try...

bug