Alex Kreidler

Results 86 issues of Alex Kreidler
trafficstars

Suppose I want to draw a mockup of my architecture/interior design idea or do scene blocking for plays, movies, or videos. It would be great to have an overlay that...

### The model to consider. https://huggingface.co/microsoft/Phi-3-mini-128k-instruct https://huggingface.co/microsoft/Phi-3-mini-4k-instruct ### The closest model vllm already supports. Phi-2 (which uses the same transformers model as Phi-1) ### What's your difficulty of supporting the...

new model

**Is your feature request related to a problem? Please describe.** I'm trying to evaluate a local LLM model using Exllamav2 and Deepbench's support for the [MMLU dataset](https://docs.confident-ai.com/docs/benchmarks-mmlu). Unfortunately the current...

There are various open source models and hosted LLMOps tools that are compatible with the OpenAI API, like [LocalAI](https://github.com/go-skynet/LocalAI) and [Helicone](https://helicone.ai/). Langchain has had an option called `OPENAI_API_BASE` (in python...

LangchainJS has tracing built-in [1] and emits the same events to the tracing HTTP API. It would be great if this tool could also read events from the same API,...

**Is your feature request related to a problem? Please describe.** I mistakenly passed an invalid value to the quickwit-lambda `INDEX_CONFIG_URI` environment variable because I thought it could accept http URIs...

enhancement

loaders.gl has a [GeoArrowLoader](https://loaders.gl/docs/modules/arrow/api-reference/geoarrow-loader) which [supports](https://loaders.gl/docs/modules/arrow/formats/geoarrow) all the GeoArrow types and loads GeoArrow into a ColumnarTable which can be passed to deck.gl. It seems like @geoarrow/deck.gl-layers is higher-level and implements...

Awesome library, thank you! Currently the synchronous DuckDB bindings allow [creating UDFs](https://shell.duckdb.org/docs/interfaces/index.DuckDBBindings.html#createScalarFunction), [internal code](https://github.com/duckdb/duckdb-wasm/blob/60eadb4f483fc2ada1ecb2b2c597b975c4ac245e/packages/duckdb-wasm/src/bindings/bindings_base.ts#L236C12-L236C32). There are some reasons why UDFs are not supported with the async bindings: https://github.com/duckdb/duckdb-wasm/issues/159#issue-951939362 It would...

Reqwest is a great library, but to get around certain anti-bot/CDN software, it is necessary to use a library that impersonates web browser's TLS fingerprints, like https://github.com/4JX/reqwest-impersonate or https://github.com/penumbra-x/rquest. Both...

Publishing binaries on Github releases would save people from having to build the CLI, which can take a while especially on low-resource devices. Then they can install with [cargo-binstall](https://github.com/cargo-bins/cargo-binstall): `cargo...