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
| { | |
| "name": "memory-lora-app", | |
| "version": "0.1.0", | |
| "private": true, | |
| "scripts": { | |
| "dev": "next dev", | |
| "build": "next build", | |
| "start": "next start", | |
| "lint": "next lint" | |
| }, | |
| "dependencies": { | |
| "next": "15.5.4", | |
| "react": "19.1.1", | |
| "react-dom": "19.1.1" | |
| }, | |
| "devDependencies": { | |
| "@types/node": "^22", | |
| "@types/react": "^19", | |
| "@types/react-dom": "^19", | |
| "typescript": "^5" | |
| } | |
| } | |