version: '3'
services:
Loading actions...
Skill content
Main instructions and any bundled files for this skill.
version: '3'
services: alpaca-lora: build: context: ./ dockerfile: Dockerfile args: BUILDKIT_INLINE_CACHE: "0" image: alpaca-lora shm_size: '64gb' command: generate.py --load_8bit --base_model $BASE_MODEL --lora_weights 'tloen/alpaca-lora-7b' restart: unless-stopped volumes: - alpaca-lora:/root/.cache # Location downloaded weights will be stored ports: - 7860:7860 deploy: resources: reservations: devices: - driver: nvidia count: all capabilities: [ gpu ]
volumes: alpaca-lora: name: alpaca-lora
Related Skills
Frontend Typescript Linting.mdc
TypeScript and ESLint rules that MUST be followed when creating, modifying, or reviewing any file under apps/frontend/, including .ts, .tsx, .js, and .jsx files. Also apply when discussing frontend li...
2. Apply Deepthink Protocol (reason about dependencies
risks