Onur Yilmaz
Onur Yilmaz
# What does this PR do ? Adds requirements.txt for the inference **Collection**: [None] # Changelog - Adds requirements.txt for the inference
This PR includes the dask RF classifier. To run the code, cuml from the following link should be installed; https://github.com/oyilmaz-nvidia/cuml/tree/fea-update-predict Once this PR is approved, another PR for the the...
# What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] # Changelog -...
# What does this PR do ? fixes ptuning and lora issues.
# What does this PR do ? Fixes the bug with ptuning
# What does this PR do ? Cleaning all of the unused functions, classes, etc, after the TRT-LLM API integration.
Is it possible to add all the getter and setter functions of the dgl.graph into the cugraph storage? For instance, we use the following code; `compare = graph.nodes["node1"].data.get("data1")` to get...
# What does this PR do ? Replacing export functions with the mcore ones.