kota-iizuka
kota-iizuka
@linkedlist771 @verena-hallitschke When will pydantic 2 support #3101 be merged? If #3094 still needs work and won't be merged right away, I think it would be better to merge #3101...
There is an example of using data parallel in https://github.com/vllm-project/vllm/blob/main/examples/offline_inference_distributed.py (changing `num_instances` properly controls the CUDA_VISIBLE_DEVICES environment variable as well). On the other hand, since the above example is batch...
This problem seems to be caused by a lower version of `duckduckgo-search==5.2.2`. A minimal example that reproduces the same error is as follows: ``` >>> from duckduckgo_search import DDGS >>>...