Gabriel Bianconi

Results 192 comments of Gabriel Bianconi

The implementation also needs correction, per #83 (`vx` → `self.registers[vx]`, etc.).

I am having the same issue with: ```python train.py -mode test_text -task ext -test_from ../weights/bertext_cnndm.pt -text_src ../raw_data/temp_ext.raw_src``` I tried other articles myself (with sentences segmented with `[CLS] [SEP]` like in...

I installed it a few months before my post. But I'm pretty sure that the bug was still on `master` back then.

I had the same issue with Foundry's default project structure, and solved with `"solidity.monoRepoSupport": false` as well.

I'd like to see a solution for this as well. For now, I was able to get around it by launching the meter provider in its own dedicated Tokio runtime...

Hi @SatyamDave - thank you for the interest! Since this is your first contribution, I recommend making a small incremental PR for one of the open issues. Please feel free...

Common cases: - Database is not available → https://github.com/tensorzero/tensorzero/issues/2563 - Gateway is not available → https://github.com/tensorzero/tensorzero/issues/2566 - Gateway returns error (e.g. bad inference, provider offline) - Bad configuration → https://github.com/tensorzero/tensorzero/issues/2567

Hi @chaance - I exploded this issue into more piecemeal issues. We can use this one for the mid-flight PR and then deal with #2563 #2566 and #2567 incrementally. Thanks!

@kincaidoneil I added real PDF and audio fixtures that we can test, and made the external link for files a blob URL (base64 was not opening correctly for me). @virajmehta...

I think I found a bug while playing with this. I added a story here, but we can tackle separately: https://github.com/tensorzero/tensorzero/issues/2586