Stefano Martire

Results 6 comments of Stefano Martire

> Hi, we also have a performance regression issue when migrating from 2.x.x to 4.x.x. Here is a diff when calling `chart.update()` on a line chart. > > > >...

> No. Currently we have both versions in our app (v2 and v4) because in some place the regression is too important, this is annoying. @virtualmartire can you open a...

I am using this Dockerfile: ``` FROM nvidia/cuda:11.8.0-devel-ubuntu18.04 # assumes python 3.9, TF=2.11, cuda COPY Miniconda3-latest-Linux-x86_64.sh /tmp/ ENV TF_VERSION=2.11.0 ENV KERAS_VERSION=2.11 ENV CUDA_HOME="/usr/local/cuda-11.8" ENV LD_LIBRARY_PATH="/usr/local/cuda-11.8/lib64" ENV SFTW_FOLDER=/software ENV ENV_NAME=ml_env ENV...

Hello, Setting CMAKE_BUILD_TYPE=Release works for us (we are building without CUDA). "Configure" seems to works too, except this warning appears: ``` No project() command is present. The top-level CMakeLists.txt file...

@Roy-Kid did you solved the problem? I am having it too

> Hi guys, > > I'm currently trying to use whisper with ct2 and flash attention as @trungkienbkhn's response. However, I always get this line "Flash attention 2 is not...