rapids-examples
rapids-examples copied to clipboard
E0303 01:18:13.177689 1 model_repository_manager.cc:1186] failed to load 'sentiment_model_pytorch' version 1: Internal: FileNotFoundError: [Errno 2] No such file or directory: '/opt/tritonserver/models/sentiment_model_pytorch/1/model.pt'
Currently this is making use of `pynvml` in a few places: https://github.com/rapidsai/rapids-examples/blob/bedd00ff23d63d07b86a53fc8dae1497b279bc84/dask-metrics/dask_metrics/monitor.py#L14 https://github.com/rapidsai/rapids-examples/blob/bedd00ff23d63d07b86a53fc8dae1497b279bc84/dask-metrics/README.md?plain=1#L189 However we would like to move to `nvidia-ml-py` in the future. Raising this issue to track this...
!nvidia-smi # This get the RAPIDS-Colab install files and test check your GPU. Run this and the next cell only. # Please read the output of this cell. If your...
Rapids Examples section in README section has a broken link 'python-kernel-wrapper.'
Hello, I am doing an integration between C++ and python code. I try building `shareable-dataframes` on my container with rapids 22.02 but got an error. Appreciate it if anyone has...
This PR aims to add an example for how `libcuml` algorithms can be ran on `libcudf groupby` results. cc @isVoid
First PR draft of an example of using cuML BERT tokenizer and model for sentiment classification on Amazon book review dataset.
Trition recently added support for dlpack (See [PR](https://github.com/triton-inference-server/python_backend/pull/62)). We should look into how this integrates with RAPIDS.