Instructions to use moncefem/memory-lora-gemma4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use moncefem/memory-lora-gemma4 with PEFT:
Task type is invalid.
- Notebooks
- Google Colab
- Kaggle
| /** @type {import('next').NextConfig} */ | |
| const nextConfig = { | |
| // The /v1/* route handlers stream from the local inference server; disable | |
| // response buffering by keeping them as dynamic route handlers (default). | |
| experimental: { | |
| // Allow long-running pipeline spawns from server actions / route handlers. | |
| }, | |
| }; | |
| export default nextConfig; | |