Peter Larsen
Peter Larsen
Hello joblib team. I have a question about how to use joblib properly for GPU processing. I have a machine with 4 GPUs, each of which has an index from...
The CBC libraries in the git repository are pre-built. This makes it hard to debug any issues occuring within the library since we don't have the source. It also makes...
Hello loky team. I would like to implement a "worker ID" function for loky. I originally wrote an [issue](https://github.com/joblib/joblib/issues/1008) and a [pull request](https://github.com/joblib/joblib/pull/1009) on the joblib github page. @tomMoral has...
This code is really useful. Could you add a license to it so it can be distributed in projects with license requirements?
Resolves #1008. In the issue I said I would have a stab at an implementation. Here is my attempt. I have added an environment variable `JOBLIB_WORKER_ID` and a function `worker_id`...