Views
No views yet
| Capability | Description |
|---|---|
| Drawing Interpretation | Input a 2D manufacturing drawing (PDF/PNG). The model reads and organizes part name, drawing number, material, dimensions & tolerances, surface roughness, and other technical requirements. |
| Process Route Generation | Based on the verified machining requirements, the model derives machining steps, rules out unsuitable processes, and outputs a complete process route with optimization suggestions. |
| Process Coverage | Supports 18 common machining process types: turning, milling, drilling, grinding, casting, forging, heat treatment, welding, and more. |
vllm >= 0.19.11CUDA_VISIBLE_DEVICES=0 \
2OMP_NUM_THREADS=1 \
3vllm serve \
4 /path/to/LevelField/ \
5 --port 18124 \
6 --served-model-name LevelField \
7 --reasoning-parser qwen3 \
8 --chat-template-content-format openai \
9 --trust-remote-code \
10 --max-model-len 32768 \
11 --gpu-memory-utilization 0.9 \
12 --mm-processor-cache-type shm