-
-
- **Poetry version**: Poetry (version 1.2.2)
- **Python version**: Python: 3.10.6
- **OS version and name**: macOS 12.6
- **pyproject.toml**: https://gist.github.com/MarximusMaximus/19b84135b3…
-
# Casper 2.0 Fondant
1. **Dependency Upgrade:**
- Update all Fondant dependencies to their latest Casper 2.0-compatible versions. This includes `casper-node`, `casper-client`, `cctl` and any o…
-
This works:
``` javascript
$('body').append($(''));
$('.editor').fondant()
```
This doesn't:
``` javascript
$('body').append($('').fondant());
```
Not sure why.
-
In order to further optimize the development cycle eager execution will be big feature. The idea is that you can run partial pipelines / single components easily and get instant feedback on how your d…
-
Fondant pipelines currently cannot be executed in Google Colab, which would be a great way for users to try out Fondant. This is due to the limitation of Google Colab to run docker.
We should investi…
-
Some components require running a custom script before executing the component (e.g. model compilation at runtime).
This works fine for the local runner since we can change the entrypoint from:
```D…
-
### Discussed in https://github.com/casper-network/condor-info/discussions/36
Originally posted by **msanlisavas** July 3, 2024
How will the condor affect the way we calculate the performance…
-
https://github.com/rom1504/img2dataset/tree/streaming_refacto some work I started on that some 8 months ago
I still think it's the right direction
![Screenshot_20230820_233013](https://github.com/…
-
hi,
some minor stuff I encountered running locally.
Current code:
```
import pyarrow as pa
pipeline = Pipeline(
name="protein_pipeline",
base_path="./data",
)
dataset = pipeline.…