Giter Club home page Giter Club logo

Comments (8)

danpovey avatar danpovey commented on August 18, 2024

maybe I just need to install torch...

from k2.

csukuangfj avatar csukuangfj commented on August 18, 2024

Yes, you are right. All you need is pip install torch.

You can disable PyTorch by using

cd build
cmake -DUSE_PYTORCH=OFF ..

from k2.

danpovey avatar danpovey commented on August 18, 2024

from k2.

csukuangfj avatar csukuangfj commented on August 18, 2024

Tsinghua provides a mirror that can be accessed faster inside China.

https://pypi.tuna.tsinghua.edu.cn/simple/torch/ contains *.whl for various versions of PyTorch.

I guess torch-1.6.0-cp38-cp38-manylinux1_x86_64.whl is what you want.

from k2.

qindazhu avatar qindazhu commented on August 18, 2024

+1 for Tsinghua mirror. @danpovey you can add Tsinghua mirror as the default channel for pip, it will be much faster than the default.

pip install pip -U
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple

from k2.

danpovey avatar danpovey commented on August 18, 2024

from k2.

danpovey avatar danpovey commented on August 18, 2024

from k2.

qindazhu avatar qindazhu commented on August 18, 2024

Then it must be the issue of Xiaomi network... I could get Torch in 3 minutes at home..

Yeah that is the source I am using but it is too slow. Could be our network is the problem.

from k2.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.