-
**Edit:** Changed disambiguator to `stream`, removed sync variant, clarified.
**Edit:** Added arrow function variant, `parallel` keyword
**Edit:** Most of this is out of date. Please see [this gist]…
-
### What happened + What you expected to happen
I use ray in java. And I used [JEP](https://github.com/ninia/jep/wiki/How-Jep-Works) to call python in the remote method, but I got: `WARNING: sun.re…
-
The way I see it there are two traits: `DistributedItems[T]` and the result of a shuffle: `KeyedItems[K, V]`.
I would have something like:
``` scala
// no ordering guaranteed
trait DistributedItems[…
-
Before 3.2.8 the following used to compile as is:
```scala
/** Buffer until `f` returns true
* @note
* Careful on unbounded memory growth
*/
extension [F[_]: Applicative, A](src…
-
While doing some profiling I noticed [reading `/proc/[pid]/maps`](https://github.com/htop-dev/htop/blob/393330239ebebb66592ded221b47897347c2abee/linux/LinuxProcessList.c#L586) takes the top spot. This…
-
So... I compiled ffmpeg from source and tried to add libfaac, but it seems that libfaac support has been completely removed from ffmpeg.
http://git.videolan.org/?p=ffmpeg.git;a=commit;h=dc0f711459e…
-
**Describe the bug**
I'm using a multi-quantile forecaster on multivariate target data. E.g, a `CatBoostModel(likelihood='quantile', quantile=[0.01, 0.05, 0.1, 0.25, 0.5, 0.75, 0.9, 0.95, 0.99], ..…
-
I'm using a setup where Collectd is pushing metrics into InfluxDB with alerts via Kapacitor and Chronograf on top. Influxdb is version 1.2 and Kapacitor and Chronograf is version 1.3. I can successful…
-
Hello,
I have gone through great pains to carry fixed accuracy parameter metadata with all of my conversions of data that use ZFP. I often operate on ZFP compressed data and compress the results, a…
-
great work but a little problem:
model_path="./checkpoints/cora.3/llaga-vicuna-7b-simteg-2-10-linear-projector_nc-lp"
model_base="lmsys/vicuna-7b-v1.5-16k" #meta-llama/Llama-2-7b-hf
mode="v1" # use…