Isuru Fernando
Isuru Fernando
@conda-forge/help-c-cpp, this is ready
@pytorchbot merge
@pytorchbot rebase
@pytorchbot merge
@pytorchbot merge
I updated the migrator a bit. Can you sync with https://github.com/regro/cf-scripts/blob/main/conda_forge_tick/migrators/r_ucrt.py#L15-L24 ?
I think the easiest way to explain to users is 1. `build_platform` is the platform for `requirements/build` 2. `host_platform` is the platform for `requirements/host`. 3. `target_platform` is for advanced users...
Was pytorch built with C++11 ABI? (If `torch.compiled_with_cxx11_abi()` returns True, then yes). If so, the pre-built wheels are incompatible.
@Almskou, I get the same error when trying to compile tensorflow with latest protobuf. Did you find any workaround to the issue? @acozzette, the issue is that `nvcc` chokes with...
It fails with ``` /include/google/protobuf/message_lite.h(287): error: variable cannot have incomplete type "google::protobuf::internal::EnumTraitsImpl::Undefined" static Undefined value; ``` Sorry I don't have a detailed error yet. Will try to get one. [Full...