Tim Baumgärtner
Tim Baumgärtner
There is this [wait_container_is_ready](https://github.com/testcontainers/testcontainers-python/blob/df0c28afef8dc26c0a685b0919d9b9aa65ccc5c2/testcontainers/core/waiting_utils.py#L32) function that might be helpful for you. It's used as a decorator in child classes, but you could also implement a single function. See for example...
> You're trying to load up a `transformers` version of it, right? If so, this should do the trick! https://colab.research.google.com/drive/1t5UdW2Jebue1php888ldDll6yG5jQXQQ?usp=sharing (based off starting point from link above.) > > I...
No, I don't have nested keys that are more than one level deep. So for my use case, a single level would be sufficient.
I could work on a PR on this @JWCook As far as I see, this would be adding some logic to the [filter_sort_*](https://github.com/requests-cache/requests-cache/blob/main/requests_cache/cache_keys.py) functions oft [cache_keys.py](https://github.com/requests-cache/requests-cache/blob/bba301df348b700bffecbe0bf8991ee64502de38/requests_cache/cache_keys.py#L211-L227).
does this work?:)
Thanks for your swift reply! Just tried with matplotlib 3.8 and it seems to be the same issue, both as script and in the notebook.
Just as a workaround, I am currently doing something like this: ```python3 import shutil import os from contextlib import contextmanager @contextmanager def swap_files(file1, file2): try: temp_file1 = file1 + '.temp'...
+1 Would be great to run [CohereForAI/c4ai-command-r-plus-4bit](https://huggingface.co/CohereForAI/c4ai-command-r-plus-4bit).
Thanks @jenhsia! This is also something that would be very helpful to me. Would be great if one of the maintainers could check this? 😇 @santhnm2 @okhat
BTW, it would also be good to remove the requirement for qids to be integers. @jenhsia, maybe you could amend your PR and also comment in [evaluation/loaders.py](https://github.com/stanford-futuredata/ColBERT/blob/203c7e30495374e2bbca39ccffc334d5941a96c5/colbert/evaluation/loaders.py#L23) ```python qid =...