Charles Jekel

Results 176 comments of Charles Jekel

Good question! check out https://github.com/cjekel/piecewise_linear_fit_py/issues/13 for model persistence and https://github.com/cjekel/piecewise_linear_fit_py/issues/44 for looking at the individual polynomial equations > Is there a way to do this with PWFL? Maybe with setting...

1. Remove share.html 2. Remove sharing section in https://github.com/nickbalestra/kactus/blob/0a02351167944404c33f3faabb23c3b8ec9fd29c/_layouts/post.html post.html lines 24-26 3. Change the link of your avatar to something other than twitter in https://github.com/nickbalestra/kactus/blob/0a02351167944404c33f3faabb23c3b8ec9fd29c/_layouts/post.html post.html line 16 4....

Did you change feed.xml? The link should be {{ site.url }}{{ post.url }} So I suspect your post is pioneers.md?

I don't understand what is wrong. If you are deploying the serve locally, then the link back to localhost is correct. If you are running a live site. Then just...

@ylacombe Is there a known issue with GPU + float16 and SDPA? I was searching and could not find anything, yet I'm having issues with other models (mistral, mixtral) sampling...

Thanks @fxmarty I'm confirming this is still and issue on the latest release. ```bash #!/usr/bin/bash module load rocm/6.0.3 python3.11 -m venv mlvenv --system-site-packages source mlvenv/bin/activate python -m pip install --upgrade...

Very nice! It's going to be until the weekend until I can comment in detail. I see this is a very minimal cython port. That's great! I'm curious what happens...

Just a bump. I'm still very interested in this comparison, I've just been swamped lately!

Nice bump adding dtw! I need to test this out asap.

I seem to be getting about a 40% improvement gain, that is not sensitive to the total amount of data. This is good! I think I should consider porting the...