Tomas Ruiz
Tomas Ruiz
Any updates on this?
I'm experiencing this problem actually after training, at `model.save()` time, with tf 2.3 and tfp 0.11 ``` tensorboard==2.3.0 tensorboard-plugin-wit==1.7.0 tensorflow==2.3.1 tensorflow-estimator==2.3.0 tensorflow-probability==0.11.1 ``` Minimal example: ```python import tensorflow.keras as tfk...
With this library you can download TIkTok videos in mp4 format: https://github.com/dfreelon/pyktok
For me the GPU was only recognized after passing a lot more parameters to `pip install`: ``` CMAKE_ARGS="-DLLAMA_CUBLAS=on -DCUDA_PATH=/usr/local/cuda-12.5 -DCUDAToolkit_ROOT=/usr/local/cuda-12.5 -DCUDAToolkit_INCLUDE_DIR=/usr/local/cuda-12/include -DCUDAToolkit_LIBRARY_DIR=/usr/local/cuda-12.5/lib64" FORCE_CMAKE=1 pip install llama-cpp-python - no-cache-dir ``` Note...
@poa010101 have you made progress in this direction?
To recap for people who need to stare at this issue longer than they would like to admit 😄 (like me): * `duckdb.sql()` is not thread safe! * To call...
I hope we could land speculative decoding with draft models this quarter. Posting here to raise awareness :) https://github.com/vllm-project/vllm/pull/24322