解决 Fail to pip install mlc-llm

devtools/2024/11/7 20:22:06/
[Question] Fail to pip install mlc-llm · Issue #2974 · mlc-ai/mlc-llm · GitHub

❓ General Questions

Hi, I’m trying to install mlc-llm on my Jetson agx orin.
Environment: Jetson agx orin、Ubuntu 20.04、CUDA 12.2
I ran the following commands:
conda create -n mlc python=3.11
conda activate mlc
conda install -c conda-forge git-lfs
conda install -c conda-forge libgcc-ng
and then
python -m pip install --pre -U -f https://mlc.ai/wheels mlc-llm-nightly-cu122 mlc-ai-nightly-cu122
It seems that I have successfully installed them.
Installing collected packages: mlc-llm-nightly-cu122, mlc-ai-nightly-cu122 Successfully installed mlc-ai-nightly-cu122-0.1 mlc-llm-nightly-cu122-0.1
But I failed to import mlc_llm
python -c "import mlc_llm; print(mlc_llm)"
Traceback (most recent call last): File "<string>", line 1, in <module> ModuleNotFoundError: No module named 'mlc_llm'

pip list 已安装mlc-llm 

更换安装方式

安装环境

  • CMake >= 3.24

  • Git

  • Rust and Cargo, required by Hugging Face’s tokenizer

  • One of the GPU runtimes:

    • CUDA >= 11.8 (NVIDIA GPUs)

    • Metal (Apple GPUs)

    • Vulkan (NVIDIA, AMD, Intel GPUs)

安装

# clone from GitHub
git clone --recursive https://github.com/mlc-ai/mlc-llm.git && cd mlc-llm/
# create build directory
mkdir -p build && cd build
# generate build configuration
python ../cmake/gen_cmake_config.py
# build mlc_llm libraries
cmake .. && cmake --build . --parallel $(nproc) && cd ..

全局路径

export MLC_LLM_SOURCE_DIR=/path-to-mlc-llm
export PYTHONPATH=$MLC_LLM_SOURCE_DIR/python:$PYTHONPATH
alias mlc_llm="python -m mlc_llm"

http://www.ppmy.cn/devtools/132112.html

相关文章

解密.Lockbit3.0勒索病毒:恢复加密数据与预防策略

引言 随着信息技术的飞速发展&#xff0c;勒索病毒作为一种新型的网络攻击手段&#xff0c;正对全球范围内的计算机系统构成严重威胁。其中&#xff0c;.Lockbit3.0勒索病毒以其高度的隐蔽性、传播性和危害性&#xff0c;成为了众多企业和个人用户的心头之患。本文将详细介绍.…

苍穹外卖Day3test报错javax.websocket.server.ServerContainer not available

苍穹外卖Day3test报错javax.websocket.server.ServerContainer not available springboot 中集成websocket出的问题 测试会报错&#xff0c;启动程序不会报错 除了test的时候运行会报错&#xff0c;正常时候编写不会出错&#xff0c;不用管这个问题&#xff0c;继续往下进行…

企业CRM管理系统PHP源码/PHP客户关系CRM客户管理系统源码

系统功能实现 1、 公海管理:公海类型、客户公海。 2、 线索管理:我的线索、线索列表、线索状态、线索来源。 3、 客户管理:我的客户、客户列表、成交客户、行业类别、预查、地区列表、客户状态、客户级别。 4、 业绩订单:订单列表、我的订单。 5、 系统设置:系统设置…

单位存款证明管理

单位存款证明管理 在现代金融业务中&#xff0c;单位存款证明是企业与银行之间重要的金融凭证之一。随着银行业务流程的不断优化和升级&#xff0c;集中处理模式成为了提高效率和安全性的新趋势。本文将为您详细介绍单位存款证明管理的集中处理模式&#xff0c;以及它如何为银…

mysql 安装 windows

新版安装 新版本安装 如果出现initializing database无法安装 则用我当前版本传送门 如MySQL 安装时没有developer default 选项 解决方法传送门 如果上述还不行 可以选择full 汉化下载 传送门

视频QoE测量学习笔记(二)

A Survey on Bitrate Adaptation Schemes for Streaming Media Over HTTP论文学习笔记 自适应比特率&#xff08;ABH或ABS&#xff09; 是一种旨在通过 HTTP 网络有效地流式传输文件的技术。向用户的视频播放器提供多个相同内容、不同大小文件的文件&#xff0c;然后客户端选…

如何在本地搭建通义千问大模型

## 如何在本地搭建通义千问大模型 ### 引言 通义千问大模型是一个强大的语言模型&#xff0c;适用于自然语言处理和生成任务。在这篇博客中&#xff0c;我们将介绍如何在本地搭建和运行通义千问大模型&#xff0c;以便于开发者和研究人员进行实验和应用。 ### 环境准备 在开…

mysql代码生成器

项目 pom 文件内容 <?xml version"1.0" encoding"UTF-8"?> <project xmlns"http://maven.apache.org/POM/4.0.0"xmlns:xsi"http://www.w3.org/2001/XMLSchema-instance"xsi:schemaLocation"http://maven.apache.org/…