-
### Is your feature request related to a problem? Please describe.
The `spatial.distance` module contains two sets of implementations for the 20+ metrics: the “one-per-call” Python version, such as…
-
@nmassey001 just reached out to point towards [ceda-icompress](https://github.com/nmassey001/ceda-icompress) another python implementation of the bitinformation algorithm and bit rounding.
The pac…
-
Python would be used for toying around and general scripting.
JS implementation woulb be used for web applications.
-
Needed for https://github.com/bskinn/stdio-mgr/pull/78
More at https://wiki.python.org/moin/PythonImplementations#Working_Implementations
- [x] MicroPython
- [x] PyPy
- ~Jython~ (Py2 only)
…
-
Recently, I stumbled upon [LibAFL paper](https://dl.acm.org/doi/abs/10.1145/3548606.3560602) which had a reimplementation of another fuzzer called [NeoDiff](https://github.com/fgsect/NeoDiff). The goa…
-
## Summary
Should we provide example Python (and maybe R) implementations of LightGBM's objective functions which exactly match the behavior of the builtin objectives from the C++ side?
## Motiv…
-
We may use different currencies in different expense records, and for the settling purposes, we need to convert them to some single currency. We'll need the exchange rates for that. The exchange rates…
-
It would be unbelievably nice to use the core objects in other projects without being married to the Python bindings.
A potential refactor could look something like:
```c++
// Current
template
…
-
# Symptom
Shark tank generates sensible tokens
```
python -m sharktank.examples.paged_llm_v1 --gguf-file=/tmp/sharktank/llama/open-llama-3b-v2-f16.gguf "1 2 3 4 5" --tokenizer-config-json…
-
In my current iteration of ldpc decoder, pprof shows the dominant operation is due to use of a python dict, which is converted to std::map (I believe).
Is there any chance to experiment with altern…