Daniyal khan
Daniyal khan
### Is this feature request related to a new or existing Amplify category? _No response_ ### Is this related to another service? _No response_ ### Describe the feature you'd like...
Verified works and implements requirements
Adds support to run "Local LLM" using text-generation-webui which has built-in Multi-GPU support, consistently supports new models shortly after release, provide mechanisms to use larger models such as memory and...
currently still in developement as it just uses LLamaCpp for now however this does indeed* work as it uses guidance to ensure that the function calling interface is preserved. would...
Fixed issue that occured with ubuntu arm64 builds, here is a run where this workflow was run [LLVM build](https://github.com/danikhan632/triton/actions/runs/7916642692/job/21610914919)
## Enable the use of webpack/bundler and an alternative JS runtime such as Deno/ Bun.js current implementation relies on slow/long setup - feature would bundle node_modules and index.mjs to a...
trying to use the crate to make an operating system, but the build target is i686-unknown-none and this crate uses x86_64. wodnering how I could use it on a 32...