Xuehai Pan
Xuehai Pan
When a new process is created or an old process is gone, command `python3 -m gpustat -i 5 --show-all --show-full-cmd` does not remove the old texts on the terminal. ![Screenshot...
## Summary * OS: Linux * Bug fix: no * Type: doc * Fixes: N/A ## Description I'm using `psutil.Process` to retrieve the process status in my own package. I...
- [X] Have you followed the [guidelines for contributing](https://github.com/Homebrew/homebrew-core/blob/HEAD/CONTRIBUTING.md)? - [X] Have you ensured that your commits follow the [commit style guide](https://docs.brew.sh/Formula-Cookbook#commit)? - [X] Have you checked that there aren't...
- [X] Have you followed the [guidelines for contributing](https://github.com/Homebrew/homebrew-core/blob/HEAD/CONTRIBUTING.md)? - [X] Have you ensured that your commits follow the [commit style guide](https://docs.brew.sh/Formula-Cookbook#commit)? - [X] Have you checked that there aren't...
## Details * Read the Docs project URL: https://readthedocs.org/projects/nvitop/ * Build URL (if applicable): https://readthedocs.org/projects/nvitop/builds/17338573/ * Read the Docs username (if applicable): https://readthedocs.org/profiles/XuehaiPan/ ## Expected Result *A description of what...
#### Issue Type - Improvement/feature implementation #### Runtime Environment - Operating system and version: Ubuntu 20.04 LTS - Terminal emulator and version: GNOME Terminal 3.36.2 - Python version: `3.9.13` -...
#### Runtime Environment - Operating system and version: Ubuntu 20.04 LTS - Terminal emulator and version: GNOME Terminal 3.36.2 - Python version: `3.9.13` - NVML version (driver version): `470.129.06` -...
The `conda env` dependency parser only keep the last entry for `pip` due to `dict.update()` at line 184: https://github.com/conda/conda/blob/9e9461760bbd71a178220982e8da85637aa2f699/conda_env/env.py#L182-L186 `conda env create --file` with the following YAML file will only...
### Description Followed by #11626, see https://github.com/conda/conda/pull/11626#issuecomment-1186553105. The environment variable `CUDA_VISIBLE_DEVICES` can cause `libcuda.cuInit()` fails (returns non-zero). The CUDA driver detector detects the driver version in the current process. The...
Add a hook to run all executables placed in `$CONDA_ROOT/etc/conda/create.d/` on `conda create` and `conda env create` command (on create or clone a new env). This feature allows users to...