Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • T torch-sparse
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • OpenDAS
  • torch-sparse
  • Issues
  • #1

Closed
Open
Created Sep 17, 2025 by eating1@eating1

基于torch2.5.1用fastpt编译报错

按照以下步骤编译,报错很多,具体报错见附件erro_0917.log source /opt/dtk-25.04.1/env.sh export FORCE_CUDA=1 source fastpt -C

echo "开始编译组件torch-sparce " python setup.py bdist_wheel echo "组件torch-sparce编译完成"

ls dist/ pip install dist/*.whl --force-reinstall --no-deps

echo "组件torch-sparce安装完成"

echo "开始torch-sparce单元测试" if command -v pytest &> /dev/null; then echo "pytest 已安装,版本: $(pytest --version)" # 跳过安装 else echo "pytest 未安装,正在安装..." # 使用 pip 安装 (最常见) pip install pytest fi

pytest -vs ./test

####使用包版本 Name: torch Version: 2.5.1+das.opt1.dtk25041

Name: fastpt Version: 2.1.0+das.dtk25041

Assignee
Assign to
Time tracking