开发者社区 > ModelScope模型即服务 > 正文

ModelScope中,有10张v100的卡,其中前两张被占用,但是报错,请问咋解决?

"ModelScope中,有10张v100的卡,其中前两张被占用,我只能用后面8张卡。我写了代码# 设置 CUDA_VISIBLE_DEVICES 环境变量
os.environ['CUDA_VISIBLE_DEVICES'] = '2,3,4,5,6,7,8,9'

启动 vLLM API 服务器

server_process = subprocess.Popen([
'python', '-m', 'vllm.entrypoints.openai.api_server',
'--model', './qwen/Qwen2-72B-Instruct',
'--dtype=half',
'--tensor-parallel-size=8'
]) 但是报错,请问咋解决? torch.cuda.OutOfMemoryError: CUDA out of memory. Tried to allocate 232.00 MiB. GPU 0 has a total capacty of 31.74 GiB of which 215.12 MiB is free. Including non-PyTorch memory, this process has 30.24 GiB memory in use. Process 269595 has 436.00 MiB memory in use. Process 269513 has 436.00 MiB memory in use. Process 269211 has 436.00 MiB memory in use. Of the allocated memory 29.78 GiB is allocated by PyTorch, and 13.43 MiB is reserved by PyTorch but unallocated. If reserved but unallocated memory is large try setting max_split_size_mb to avoid fragmentation. See documentation for Memory Management and PYTORCH_CUDA_ALLOC_CONF "

展开
收起
小小爱吃香菜 2024-07-17 08:18:02 26 0
1 条回答
写回答
取消 提交回答

ModelScope旨在打造下一代开源的模型即服务共享平台,为泛AI开发者提供灵活、易用、低成本的一站式模型服务产品,让模型应用更简单!欢迎加入技术交流群:微信公众号:魔搭ModelScope社区,钉钉群号:44837352

相关电子书

更多
视觉AI能力的开放现状及ModelScope实战 立即下载
ModelScope助力语音AI模型创新与应用 立即下载
低代码开发师(初级)实战教程 立即下载