sayf eddine hammemi

Results 6 comments of sayf eddine hammemi

You are using a newer version of TensorFlow which unfortunately is not backward compatible, I solved the error by installing tensorflow-1.0.1 instead.

Guess you ignored the last line of the rust setup script `To configure your current shell run source $HOME/.cargo/env`

I think you can get Crewai, python and OS versions stats from pypi directly

> > After mucking around a bit I found a temporary fix. The error occurs because the summary request calls the streaming endpoint instead of the async endpoint. So [this...

I can't see how this is linked to the model itself if the first generation works but not the subsequent, which should not be related. I used both `moondream` and...

indeed it went OOM in my laptop, switching to a larger server, a simple ``` import timesfm tfm = timesfm.TimesFm( context_len=128, horizon_len=64, input_patch_len=32, output_patch_len=128, num_layers=20, model_dims=1280, backend="gpu", ) tfm.load_from_checkpoint(repo_id="google/timesfm-1.0-200m") ```...