Anton Lokhmotov
Anton Lokhmotov
Fixes https://github.com/mlcommons/inference/issues/1208.
I have logs from running BERT-99 Server power experiments and compliance tests on the same machine. ``` $ grep "99.00 percentile latency (ns)\"" $CK_EXPERIMENT_DIR/*bert-99-server*2575*/*.0001.json -R | cut -c 142- bert-99-server-performance-target_qps.2575-compliance.TEST01-vc.17/ckp-63257ca27e1c48a0.0001.json:...
For recent OpenCV versions, it is preferable to parse the package version from `version.py`. Older versions can still be supported with a simple workaround described in `README`.
I have several NDKs installed: ```anton@velociti:~$ l /data/android-ndk-r1 android-ndk-r13b/ android-ndk-r17b/ android-ndk-r18b/ ``` and some compilers detected: ``` anton@velociti:~$ ck show env --tags=compiler,android Env UID: Target OS: Bits: Name: Version: Tags:...
After a recent [update](https://github.com/NVIDIA/nccl/commit/f93fe9bfd94884cec2ba711897222e0df5569a53) of [NCCL](https://github.com/NVIDIA/nccl) to 2.3.5-5 (25 September 2018), `make install` no longer works (the `install` target has been deprecated?). For now, I've fixed the Git commit to...
On some OpenCL platforms, no OpenCL headers are installed, even when a driver is available (e.g. `libOpenCL.so`). The headers can be fetched e.g. as follows: ``` # mkdir /usr/include/CL #...
I encountered a peculiar bug when installing a package. On a system with two compilers installed (GCC and Clang), I chose to build a package with GCC, but to my...
I have a version of TFLite v1.13.1 built for Android: ``` $ ck install package --tags=lib,tflite,v1.13.1 --target_os=android24-arm64 ... $ ck show env --tags=lib,tflite,target-os-android24-arm64,compiled-by-llvm-android-ndk-3.8.256229 Env UID: Target OS: Bits: Name: Version:...
TensorFlow 1.7 with CUDA optionally [supports TensorRT](https://devblogs.nvidia.com/tensorrt-integration-speeds-tensorflow-inference/), so it asks the following during installation: ``` $ ck install package:lib-tensorflow-1.7.0-src-cuda-xla ... Do you wish to build TensorFlow with Apache Kafka Platform...