Caleb Fahlgren

Results 15 comments of Caleb Fahlgren

Yes, for sure. One of the main things before the majority of development can be done is adding tests. What errors are you getting? The hard part is setting up...

Hey, I plan to write some documentation on how to setup a local environment before it is dockerized and is easier to setup an environment. What are you having issues...

> Hi @cfahlgren1, > Found your repo to be appealing as I have experience with Django and love basketball. However while setting up the project locally, specifically when installing the...

@BenjMaq @vaibhvshrma , the dev environment is now simplified with docker and can be setup in linux with a few commands. Checkout the README for instructions on creating the environment.

> @cfahlgren1 I have made changes for above, do check and let me know in case you need anything else. Hey @transhapHigsn , I am still getting an error even...

This is great, maybe for the parquet branch, a mention of partial conversions up to 5gb might be helpful.

Not sure if it would clutter the graphic, but an [auth](https://duckdb.org/2024/05/29/access-150k-plus-datasets-from-hugging-face-with-duckdb.html#authentication) example is good to know for users querying their private datasets. ```sql CREATE SECRET hf_token ( TYPE HUGGINGFACE, TOKEN...

For sure if you want to fork it! It also has a github action that auto deploys to HF Spaces that may be good for the mlc org (https://huggingface.co/mlc-ai)

WebLLM has an example with Phi-3.5-Vision [here](https://github.com/mlc-ai/web-llm/tree/main/examples/vision-model). Currently the playground is filtering out vision models here https://github.com/cfahlgren1/webllm-playground/blob/main/src/utils/llm.ts#L97-L99, but this would be a very neat feature as part of the demo...

> This kind of thing could maybe be a SQL query powered by DuckDB in the console no? (@cfahlgren1 for viz) > > > > like a list of "query...