Matti Picus

Results 116 issues of Matti Picus

## Why are these changes needed? The use of `node-ip-address` and `address` from the command line is not clearly specified. - disallow `ray start --node-ip-address` since `node-ip-address` is only for...

stale

Now that #82 is merged, the only thing stopping me from importing a repo with ~4000 issues is the lack of support for comments. The [api endpoint](https://gist.github.com/jonmagic/5282384165e0f86ef105#supported-issue-and-comment-fields) supports them, but...

enhancement

### Description The recent release of cibuildwheel adds native support for PyPy on macos-arm64. What would it take to enable cross-compilation for PyPy like on CPython? ### Build log _No...

A tracking issue of features with `DeprecationWarning`. I may have missed some, this is accurate for the last date it was updated: 2019-08-24 In python code version | date |...

17 - Task
03 - Maintenance
07 - Deprecation
defunct — difficulty: Intermediate
sprintable

Currently `test_new_policy` in `core/tests/test_mem_policy.py` sets a memory policy and then runs the `core` and `ma` test suite. This can be confusing, since any test failure in those suites will appear...

17 - Task
05 - Testing

This Nikola blog post https://www.pypy.org/posts/2022/12/pypy-v7310-release.html#utterances-thread comes from the `pypy/pypy.org` repo and is deployed with github pages. It is linking to a random repo for comment count, and showing a comment...

Builds on numpy/numpy#25505 to refactor wheel building - remove `tools/openblas_support`, use wheels instead - refactor to use a single cibw_before_build.sh script - move many of the CIBW env variables set...

CI

This project [depends on pynvml](https://github.com/PaddlePaddle/PARL/blob/1fc50bf5ee7286c8272080fe55405c65eaf28e19/setup.py#L88), where the nvidia-blessed bindings to nvml are in the [nvidia-ml-py](https://pypi.org/project/nvidia-ml-py/) package instead. This is causing problems for the [gpustat project](https://github.com/wookayin/gpustat/issues/153#issuecomment-1551036105), which needs some internals from...

I was intrigued by the mention of `OPENBLAS_DEFAULT_NUM_THREADS` and looked around for what it does. My goto place for this is the FAQ page in the wiki, but I could...

Maybe related to #363 and others. I may have something similar in a wheel build of OpenBLAS. It packages a OpenBLAS shared object, which depends on libgfortran, which depends on...