AinL
AinL
Hi guys. Thank you for great starting @cesarsouza! I feel this project is good to work on. And so, I want to work on TensorFlowSharp backends. And I have some...
I am having similer issue too. ```py File "/home/ainl/anaconda3/envs/torch/lib/python3.8/site-packages/torch_tensorrt/_compile.py", line 125, in compile return torch_tensorrt.ts.compile( File "/home/ainl/anaconda3/envs/torch/lib/python3.8/site-packages/torch_tensorrt/ts/_compiler.py", line 136, in compile compiled_cpp_mod = _C.compile_graph(module._c, _parse_compile_spec(spec)) RuntimeError: temporary: the only valid...
Hi @CJACQUEL , You can check out our [OpenCvSharp For Xamarin](https://github.com/Kawaian/OpenCvSharp)
Hi, You cannot use x64 binary in x86. You should use x86 TF binary and it should be compiled yourself. Or if you just try to run model, [WinML](https://github.com/migueldeicaza/TensorFlowSharp/issues/455#issuecomment-547309866) would...
Hi @intelpen You can use protobuf by generating codes from .proto definitions. Here is instruction: [document](https://developers.google.com/protocol-buffers/docs/csharptutorial) I already convert some of .proto of TF to C# to use StatSummary, and...
Hi, I will work on this problem in soon. Sorry for late reply, thanks.
I can add the requirements.txt. However for setup guide, I have no idea what I did with this project. I think following things are necessary for running this project. -...
Hi, I am sorry for the poorly documented project, however, it is not a package bug. I use the proxy to avoid twitch limits in Korea server, but the proxy...
Hi, Thanks for the great work. I am leaving a comment because my team is working on something similar. As I understand your PR, your hierarchical radix caching treats a...
@msharmavikram Thanks for advice! I was planning to make a new PR (Adding HiP attention, Support training-free context extension, Support UVM KV cache offloading for decoding), but I just wanted...