-
## 🚀 Feature Proposal
Add a `global` property to the `this` of globalSetup and globalTeardown async functions that can be used to set global variables that can be accessed in all tests via `global`…
-
Continuing on from https://github.com/borgbackup/borg/issues/6721 with new information and ideas:
Whilst still working with @grantbevis on https://github.com/borgmatic-collective/docker-borgmatic, …
-
I would be great if I could declare a `module` as parallel, like this:
```js
import { module, test } from 'qunit';
module.parallel('my suite', function (hooks) {
// all 3 of these tests run "a…
-
(graphrag-ollama-local) root@autodl-container-49d843b6cc-10e9e2a3:~/graphrag-local-ollama# python -m graphrag.query --root ./ragtest --method global "What is machinelearning?"
INFO: Reading setti…
-
The min/max reduction operators have been introduced for C/C++ with OpenMP 3.1. As far as I know, in the revision 3.0, only Fortran had those reduction operators.
Here's an example.
```cython
fro…
-
Some notes (in no particular order) about speeding up reading many chunks of data from cloud storage.
## General info about cloud storage buckets
In general, cloud storage buckets are highly dis…
-
We used to have `samples` input tag in legacy drivers.
I'd like to add it to batched drivers.
A reminder first, `steps_between_samples_` and `samples_per_thread_` are not supported in batched driv…
-
Operating System: Deep Learning Ubuntu AMI, EC2
Package used: Python
MXNet version: 11-Gluon
I am running a DeepRL code close to the existing code in the tutorial
https://github.com/zackchase/mx…
-
Some ramblings, any feedback appreciated.
A this time Duc works pretty straightforward: when indexing it traverses the file system, keeps recursive count of directory sizes on the fly and writes ea…
-
Just a high-level outline of what I think would be useful to cover based on Leticia's notebooks and how I use Julia. We definitely should get more specific with the layout and who teaches what, but fo…