Elior Cohen
Elior Cohen
I have double checked the file I'm using for compressToFile() is indeed an image file. I have succeeded using the exact same file for uploading it as is. Though compressToFile()...
I'm using Sacred to monitor experiments, which all run inside of docker-compose containers, the sacred is run in side a Ubuntu 18.04 while the Mongo container is run on the...
I've been working with PaperWM for a while now, and it really is a productivity booster. Since I'm using it mostly for work, I find myself some times moving windows...
Using the code from the repo Github main page as reference, my code looks like follows: ``` spark = SparkSession.builder.config('spark.driver.memory', '10g').master('local[4]').getOrCreate() sc = spark.sparkContext with materialize_dataset(spark=spark, dataset_url='file:///opt/data/hello_world_dataset', schema=MySchema, row_group_size_mb=256): logging.info('Building...
LinkedIn has now released their feature store as open-source, should be added to the feature store section https://github.com/linkedin/feathr
Using the [Poetry](https://python-poetry.org/) package manager, it is possible to separate standard packages, from packages you only need for development. For instance, I might develop some code and would install `python-lambda`...
Sacred supports following the output of the `tf.summary.FileWriter`, as the [docs show](https://sacred.readthedocs.io/en/latest/tensorflow.html). I'm using this setup in my experiment, but I don't see any of the TF outputs, is this...
### Describe the bug I have an app that repeatedly makes OpenAI calls one after the other, through `litellm`. I have the `langfuse` callback set. Consistently, after around 1000 calls...
### Describe the bug As a part of the integration of BentoML, we need to automate the process of importing and exporting `BentoModel`s. Examining the documentation, specifically the API Reference...
### What happened? I am using the LiteLLM proxy, and also using the `litellm` python SDK to interact with the proxy. In my `config.yaml`, I have `langfuse` configered ```yaml ......