-
Hi!
Would you be open to creating a conda recipe to make this more easily installable?
Thanks
Matthias
-
A conda-forge recipe would make it even easier to install dynamorio on many platforms
**Is your feature request related to a problem? Please describe.**
need: install a specific versions of dynamo…
-
-
Currently, it's not a high-priority issue, but we would need this upon publication.
-
**What happened?**
Trying `conda-recipe-manager convert` on https://github.com/conda-forge/pywavelets-feedstock/ resulted in an obscure error message:
```
$ conda-recipe-manager convert ./recipe/meta…
-
Conda-forge's linting service suggested some improvements in the v0.12.0 PR, which we should probably implement, although they aren't required:
> I do have some suggestions for making it better tho…
-
I am running the full finetune distributed recipe, when setting `clip_grad_norm: 1.0` and `fsdp_cpu_offload: True`, it raises error
`RuntimeError: No backend type associated with device type cpu`
…
-
**Is your feature request related to a problem? Please describe.**
There is no problem, but we may want to try and unify dev of these tools into a single spot to get increased efficiencies in mainten…
-
Conda-build sets `PIP_NO_BUILD_ISOLATION` and `PIP_NO_DEPENDENCIES` (See https://github.com/conda/conda-build/blob/0ad4bb6829b440caae9ae8a4db14ab1ff3788ab7/conda_build/build.py#L3020). Why is it also …
-
we will need to add conda pipeline:
```yaml
- step:
name: conda
script:
- apt-get update
- apt-get install -y git curl openssl
…