1、问题
执行
pip install flash-attn --no-build-isolation
时,出错:
RuntimeError: FlashAttention is only supported on CUDA 11.7 and above. Note: make sure nvcc has a torch.__version__ 2.4.0cu12
执行 nvcc --version 或 nvcc -V&…
基于 Spring Boot 瑞吉外卖系统开发(十三)
查询套餐 在查询套餐信息时包含套餐的分类名,分类名称在category表中,因此这里需要进行两表关联查询。 自定义SQL如下:
select s.* ,c.name as category_name from setmeal…