Juarez Bochi

Results 34 comments of Juarez Bochi

I have thought about this too, but I am not sure if this would bring a noticeable performance improvement because getting a module's dependencies is much slower than checking if...

Hi caohong, Thanks for your contribution. I agree that this is an useful feature, but I can't merge it without tests. I would appreciate if you included them on this...

Thanks for the pull-request, but I think we should not merge it as it is. 1) I think the solution for titles with commas is ok, but we should add...

I did some tests with my friend @bernardocamilo. We used Apple's simple stream for our tests: ``` $ curl -s https://devimages.apple.com.edgekey.net/streaming/examples/bipbop_4x3/gear0/prog_index.m3u8 | head #EXTM3U #EXT-X-TARGETDURATION:11 #EXT-X-VERSION:3 #EXT-X-MEDIA-SEQUENCE:0 #EXT-X-PLAYLIST-TYPE:VOD #EXTINF:9.98458, fileSequence0.aac...

Hi @flavioribeiro. I finally implemented it in lua: https://github.com/jbochi/lua_jit_extract_audio/commit/565bd164c6123f3bd9384877a3af07e9d7ef245d It should be easy to backport it to C now :)

Thanks for the review! I'm afraid I don't have permission to merge the PR though: ![image](https://user-images.githubusercontent.com/292712/196738830-df7651c1-bf2b-428d-abe9-9932086de413.png)

If you update the `user_items` matrix, you can now recalculate a user factor and get updated recommendations by running `model.recommend(userid, user_items, recalculate_user=True)`. You can also get recommendations for new users...

> Is it possible to fetch and build a version of the library with CMake rather than include the whole thing in the source code directly? I'm new to CMake,...

@awni, CMake now fetches gguflib from GitHub, so we don't need a copy here. What's the best path to land this? Do you prefer one big PR with as many...