Cirilla

Results 2 issues of Cirilla

这里面zoom和center都是正常的,只有类型无法更新。 ```TypeScript const MapsContainer = (props: MapsProps) => { const [position, setPosition] = useState(new BMapGL.Point(116.404449, 39.914889)); const [zoom, setZoom] = useState(12); const [mapType, setMapType] = useState('normal'); const getPos = ()...

### Describe the bug I can load the model into VRAM. However, when I call the **chat** methods, an exception occurs: ```bash CUDA out of memory. Tried to allocate 1.57...