摘要: import nltk import os conda_path = os.path.join(os.environ["CONDA_PREFIX"], "nltk_data") nltk.download('wordnet', download_dir=conda_path) print(nltk. 阅读全文
posted @ 2025-12-16 22:53 Cold_Chair 阅读(15) 评论(0) 推荐(0)
摘要: 参考:https://docs.vllm.ai/en/latest/getting_started/installation/gpu/#pre-built-wheels 例如(我的是 cu126 的 H100): pip install vllm --extra-index-url https:// 阅读全文
posted @ 2025-12-16 00:45 Cold_Chair 阅读(27) 评论(0) 推荐(0)