parmesant

Results 12 issues of parmesant

According to this [readme file](https://github.com/berlino/tensor2struct-public/blob/main/experiments/sql2nl/readme.md), I should be able to run the Pretraining step by running this line of code- `python experiments/sql2nl/run.py train configs/spider/run_config/run_en_spider_pretrain_syn.jsonnet` However, I run into this error-...

GPU: 2x RTX 4090 Memory: 128GB CPU: 64 cores CUDA: 12.3.52 NVIDIA Driver: 545.23.08 PyTorch Container: 23.11 nvcc --version (on host machine): `Cuda compilation tools, release 12.3, V12.3.107 Build cuda_12.3.r12.3/compiler.33567101_0`...

Fixes #824 (Temporarily) ### Description PR suggests a temporary fix for issue #824. The issue might lie in the way an internal dependency is parsing the path for a given...

Fixes #824 and Failing builds on windows ### Description For #824, the file path being passed to PartitionedFile struct is being modified if the storage_mode is drive (for s3-store, and...

Fixes #XXXX. ### Description This PR has: - [ ] been tested to ensure log ingestion and log query works. - [ ] added comments explaining the "why" and the...

During ingestion we accept a batch of events but still ingest them sequentially. Try to optimize that flow to improve ingestion.

Replace as many `unwrap()` as possible and replace them with either `expect()` or `Err()`

### Description Adds API documentation using `utoipa` from within Rust code. Also generates an up-to-date openapi yaml spec as soon as the server starts up. To view the swagger page,...

Fixes #2487 Design discussion issue (if applicable) # ## Changes This PR adds to the changes made by @lalitb in his PR #2491 For metric type `Summary`, `quantileValues.quantile` gets treated...

Add `previous_alert_state` and `previous_alert_duration`. If not present at runtime, will get created using historical values Fixes #XXXX. ### Description This PR has: - [ ] been tested to ensure log...