docs: expand lint scope batch37 (2 files)

This commit is contained in:
Apple
2026-02-16 07:28:15 -08:00
parent 60ce006284
commit 3a90c57944
3 changed files with 9 additions and 7 deletions

View File

@@ -41,7 +41,7 @@ docker run --rm --gpus all nvidia/cuda:12.1.0-base-ubuntu22.04 nvidia-smi
``` ```
**Expected Output:** **Expected Output:**
``` ```text
+-----------------------------------------------------------------------------+ +-----------------------------------------------------------------------------+
| NVIDIA-SMI 535.104.05 Driver Version: 535.104.05 CUDA Version: 12.2 | | NVIDIA-SMI 535.104.05 Driver Version: 535.104.05 CUDA Version: 12.2 |
|-------------------------------+----------------------+----------------------+ |-------------------------------+----------------------+----------------------+
@@ -354,7 +354,7 @@ chmod +x test-vision-encoder.sh
``` ```
**Expected Output:** **Expected Output:**
``` ```text
====================================== ======================================
Vision Encoder Smoke Tests Vision Encoder Smoke Tests
====================================== ======================================
@@ -430,7 +430,7 @@ ok
## 📊 Deployment Steps (Server) ## 📊 Deployment Steps (Server)
### On Server (144.76.224.179): ### On Server (144.76.224.179)
```bash ```bash
# 1. SSH to server # 1. SSH to server
@@ -551,13 +551,13 @@ curl -X POST http://localhost:9102/route \
## 📈 Performance Verification ## 📈 Performance Verification
### Expected Performance (GPU): ### Expected Performance (GPU)
- Text embedding: 10-20ms - Text embedding: 10-20ms
- Image embedding: 30-50ms - Image embedding: 30-50ms
- Model loading: 15-30 seconds - Model loading: 15-30 seconds
- GPU memory usage: ~4 GB (ViT-L/14) - GPU memory usage: ~4 GB (ViT-L/14)
### Verify Performance: ### Verify Performance
```bash ```bash
# Check GPU usage # Check GPU usage
nvidia-smi nvidia-smi

View File

@@ -103,3 +103,5 @@ docs/cursor/rag_ingestion_events_task.md
docs/cursor/DAARION_city_integration.md docs/cursor/DAARION_city_integration.md
docs/cursor/crawl4ai_web_crawler_task.md docs/cursor/crawl4ai_web_crawler_task.md
docs/cursor/rag_ingestion_events_wave1_mvp_task.md docs/cursor/rag_ingestion_events_wave1_mvp_task.md
docs/cursor/rag_ingestion_events_wave3_governance_rwa_task.md
docs/cursor/vision_encoder_deployment_task.md