Coder Social home page Coder Social logo

Comments (3)

woctezuma avatar woctezuma commented on August 17, 2024 1

Related:

from stablediffusion.

FrancescoSaverioZuppichini avatar FrancescoSaverioZuppichini commented on August 17, 2024 1

Googling the error (which I did), doesn't fix it just generate another error (correctly shown in the other issue. Closing in favor of the other

from stablediffusion.

0xdevalias avatar 0xdevalias commented on August 17, 2024

Googling the error message No module named 'torchtext.legacy':

https://www.datasciencelearner.com/modulenotfounderror-no-module-named-torchtext-legacy-solved/

The above Incorrect imports work properly in the lower version of torchtext (0.10.0 or lower ). Because these versions have the same directory structure. We will use the pip package manager to downgrade torchtext module. Here is the command for that-

pip install torchtext==0.10.0

Potentially related:

Originally posted by @0xdevalias in #8 (comment)


https://github.com/pytorch/text#installation

The following are the corresponding torchtext versions and supported Python versions.

..snip..


Based on that, it looks like you want to be using one of these combinations presumably?

PyTorch version torchtext version Supported Python version
1.10.0 0.11.0 >=3.6, <=3.9
1.9.1 0.10.1 >=3.6, <=3.9

What version of PyTorch are you using alongside torchtext 0.10? As I suspect that will likely be the source of your ModuleNotFoundError: No module named 'torch.ao.quantization' error.

Originally posted by @0xdevalias in #8 (comment)


Originally posted by @0xdevalias in #8 (comment)

from stablediffusion.

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.