Alexander Pivovarov
Alexander Pivovarov
I'd like to sysbench my RISC-V machine. But Lua JIT has not been ported yet and seems like they are not very interested in porting it. Looks like Lua JIT...
All recent PRs are still awaiting CI build results Some checks haven’t completed yet: - Ubuntu CPU Expected — Waiting for status to be reported - import/copybara Expected — Waiting...
Fix typos Related PR - https://github.com/tensorflow/serving/pull/1549
Update nvidia/cuda base docker image to 11.2.2 cudnn 8.1.1.33 is pre-installed in `nvidia/cuda:11.2.2-base-ubuntu18.04` ``` libcudnn8/unknown,now 8.1.1.33-1+cuda11.2 amd64 [installed,upgradable to: 8.4.0.27-1+cuda11.6] libcudnn8-dev/unknown,now 8.1.1.33-1+cuda11.2 amd64 [installed,upgradable to: 8.4.0.27-1+cuda11.6] ```
Tensorflow v2.9.0-rc0 was released on Apr 12, 2022 - https://github.com/tensorflow/tensorflow/releases/tag/v2.9.0-rc0 This PR updates tensorflow git commit.
## Bug Description ## To Reproduce Steps to reproduce the behavior: ``` import torch import torchvision.models as models import torch_tensorrt # get inception_v3 pretrained model # It also implicitly sets...
Lets use Apache License 2.0 Otherwise this software can not be used by many companies and can not be included to distributions. Apache License 2.0 is the most popular open-source...
I apologies for posting my question as an issue. I'm trying to run `Qualcomm/Hexagon_SDK/3.4.3/examples/hexagon_nn/tutorials` on Xiaomi Mi9 phone SM8150 (SDM855). Example: `001-nop.c` (using libs/hexagon_nn/2.6) I added `#pragma weak remote_session_control` and...
I'm trying to follow the instructions described in [Bare-metal C Program](https://github.com/d0iasm/rvemu#bare-metal-c-program) in README I got the following errors (OS: Ubuntu 20.10 x86_64) ``` root@292c6ad9bfc1:~/workplace/riscv# riscv64-unknown-elf-gcc -S -nostdlib foo.c root@292c6ad9bfc1:~/workplace/riscv# riscv64-unknown-elf-gcc...
I'd like to get a summary for the following BERT model ``` model = torch.hub.load('huggingface/pytorch-transformers', 'model', 'bert-base-uncased') ``` What shape or shapes should I use? how to get list of...