burkaygur's comments

burkaygur | 1 year ago | on: Flux: Open-source text-to-image model with 12B parameters

hi friends! burkay from fal.ai here. would like to clarify that the model is NOT built by fal. all credit should go to Black Forest Labs (https://blackforestlabs.ai/) which is a new co by the OG stable diffusion team.

what we did at fal is take the model and run it on our inference engine optimized to run these kinds of models really really fast. feel free to give it a shot on the playgrounds. https://fal.ai/models/fal-ai/flux/dev

burkaygur | 3 years ago | on: Dbt-fal: a dbt Python adapter with local code execution

We built a dbt adapter that helps you run local Python code with your dbt project with any other data warehouse. You can see it here: https://github.com/fal-ai/fal/tree/main/adapter

It is very simple to use, but also very feature rich. For example, you can run each dbt model in an isolated Python environment and avoid dependency hell. We use isolate, an open source library we built to do that: https://github.com/fal-ai/isolate

burkaygur | 4 years ago | on: The Unbundling of Airflow

Looks like dbt Labs is working on a dbt Server that can translate your dbt-QL type queries into SQL. That way you can use different "building blocks" of SQL with the rest of your team. This becomes pretty powerful with the metrics layer that dbt just introduced.
page 1