-
## Fix the model test for `hf_GPT2_large.py`
1. setup env according to [Run a model under torch_xla2](https://github.com/pytorch/xla/blob/master/experimental/torch_xla2/docs/support_a_new_model.md)…
-
You need some tests to check you are not breaking the code,
follow the guide here:
https://learn.scientific-python.org/development/guides/pytest/
zonca updated
1 month ago
-
I can find C++ custom layer plugin and Triton plugin support in TensorRT-LLM, both these two methods need C++ codes or *.so file.
As TensorRT already supports python custom layer(https://docs.nvidia.…
-
We have a real mix of python / C++ styles in different parts of the code. I think it's because we sometimes inherit the style choices from petsc4py which tries to follow PETSc.
In the constitutive …
-
**Article title**: Docs-as-code in action: Building and documenting a Python library.
**Category:** Technical Documentation.
## Overview
This article is a comprehensive guide on how to build a …
-
### Description
i thinks its be better using more responsive or fast formatter and linter check using ruff cause black its issue at perfomance on specially scaleable project, for information about ru…
-
```
The explanation on
http://code.google.com/intl/da/apis/wave/extensions/robots/python-tutorial.html
how to get a robot icon is not correct. For me to get it work, I had to do
as follows:
1) Place t…
-
The QGIS plugin manager currently allows the addition of plugins with folder names containing characters that do not comply with Python package naming conventions, such as hyphens (`-`). Since these p…
-
This guide contains a few example repos for the purpose of showing off in the docs. These examples are not yet full python projects, and should be expanded to be such, so that they can be built and gi…
-
### Section of Documentation
Software tools
### Description of Improvement
- [ ] Add a guide for installing R, similar to the existing Python instructions
- [ ] Include Jupyter notebook with…