triton-inference-server / fil_backend

FIL backend for the Triton Inference Server
Apache License 2.0
72 stars 36 forks source link

FIx build by pinning RapidJSON to 1.1.0 stable #386

Closed hcho3 closed 7 months ago

hcho3 commented 7 months ago

Recently, Conda-forge released a new version of RapidJSON, 1.1.0.post20240409. While it was meant to be a cosmetic change on top of 1.1.0, it is affected by a bug in CMake build (https://github.com/conda-forge/rapidjson-feedstock/issues/8, https://github.com/Tencent/rapidjson/pull/2193).

Fix: Pin RapidJSON to stable 1.1.0 version.