-
@decarlof It would be a nice enhancement to have append functionality in writer functions such as `write_hdf5, write_dxf, write_npy` to allow writing out these formats when chunking datasets in limit…
-
The javascript chunking configuration currently uses `[name]_[chunkhash].js` as filename, which makes it easy to permanently cache the chunk: if its contents change its name changes as well.
Currentl…
-
Block game (like Infiniminer / Minecraft) example project.
* Multiple block types
* Add block / remove block
* Block collision
* AI pathing example (dumb raycasts)
* Basic combat?
* Chunking?
…
-
### Your current environment
```text
The output of `python collect_env.py`
```
### 🐛 Describe the bug
Sending many `n>=2` (or `best_of>=2`) requests fills up CPU KV cache, more often if chunked…
-
## Introduction to CSV and its applications, challenges
### what is CSV and what it used for
CSV is an acronym for Comma-Separated Values. CSV is commonly used for data exchange between dif…
-
There's an extension to whisper called whisperX , why not use it? it has built in diarization as well as large files chunking and enhanced audio segment alignment.
https://github.com/m-bain/whisperX
…
-
- [ ] WARC to CAR library
- [ ] WACZ to CAR library (with embedded WARC chunking_)
- [ ] Add code to export WACZ from crawler to CAR
- [ ] Upload CAR to IPFS with auto-js-ipfs
- [ ] Look at splitt…
-
**Describe the bug**
With the addition of context aware chunking: the --model parameter in data generate is used for two competing places that makes it impossible to interact with a remote teacher …
-
### What version of Bun is running?
1.0.30+1424a196f
### What platform is your computer?
Linux 6.5.0-21-generic x86_64 x86_64
### What steps can reproduce the bug?
when serving http.server reques…
-
Implement capabilities to duplicate a repository A to repository B.
This needs to be thought through, since as the restic documentation points out, chunking may be an issue.