How to install LTS (0.9.2)?
See original GitHub issue❓ Questions and Help
Description
I’ve found that my PyTorch version is 1.8.2, so according to https://github.com/pytorch/text/#installation , the torchtext version is 0.9.2:
But as I use conda install -c pytorch torchtext
to install, the version I installed defaultly is 0.6.0. So I wander, is this version also OK for me as the torchtext version 0.9.2 is the highest version I can install, or it’s not OK as I can only install 0.9.2 version?
Issue Analytics
- State:
- Created a year ago
- Comments:13 (7 by maintainers)
Top Results From Across the Web
Publish torchtext 0.9.2 on PyPi · Issue #1397 · pytorch/text
Can you use the installation command lines listed at Start Locally|Pytorch or is your request to publish the LTS packages on PyPi?
Read more >Install Pig 0.9.2 for CDH4 on Ubuntu 12.04 LTS x64
Installing Pig is drop dead simple. Installation. sudo apt-get install pig. Check the Pig version. pig --version. Setup the Environment. We're ...
Read more >Installing Ghc-safecopy-0.9.2-Kp1Lf112hFKRZXqVx8Gk3 on ...
How to install on Ubuntu 17.04? First of all update your system with the command: sudo apt-get update. Ads. Above command will download...
Read more >libcodec2-0.9_0.9.2-2_amd64.deb Ubuntu 20.04 LTS Download
Download libcodec2-0.9_0.9.2-2_amd64.deb for Ubuntu 20.04 LTS from Ubuntu Universe repository.
Read more >Installation — ClearMap 0.9.2 documentation - GitHub Pages
To install ClearMap, first create a folder to contain all the files for the program. Download the scripts from the latest version of...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
it works, thanks!
pip install torchtext==0.9.2 -f https://download.pytorch.org/whl/lts/1.8/torch_lts.html, it works