lix19937
lix19937
I think, ggml is great, but test or (unit test) should be improved !
It does not support data-driven pipeline or not ? like camera frame data pipeline, camera keep a fixed frame rate, see https://github.com/taskflow/taskflow/issues/148. If [Graph Processing Pipeline](https://taskflow.github.io/taskflow/GraphProcessingPipeline.html#CreateAGraphProcessingPipeline) support, how to use...
### Branch/Tag/Commit v5.3_tag ### Docker Image Version 22.08 ### GPU name RTX 3070 ### CUDA Driver 470.129.06 ### Reproduced Steps ```shell https://github.com/NVIDIA/FasterTransformer/blob/release/v5.3_tag/src/fastertransformer/layers/attention_layers/FusedAttentionLayer.h#L28 // This class is only used when we...
One thing to note is that Python 3 cannot use `pip install pip autoremove` on the project homepage. Instead, use `'pip install python3 pip autoremove`. Now you can directly use...
**Describe the bug** onnx-optimizer/third_party/onnx/onnx/common/ir.h:1372: eraseOutput: Assertion `outputs_[i]->uses().empty()` failed.
trt v8510/v8.6.1 oss has this plugin, why has overwrite ? Current version has different ?
### Describe the issue Use ort to infer, then raise error: ``` Type Error: Type 'tensor(int64)' of input parameter (16586) of operator (Clip) in node (Clip_13292) is invalid. ``` ###...
What is the purpose of this software and what are its application examples ? Between pytorch and tensorrt ? For training or inference ? Or to make wheels. ?