Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated-readme-dependencies and a minor issue #28

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Abbsalehi
Copy link

@Abbsalehi Abbsalehi commented Jul 5, 2024

Title: Fix PyTorch and Python Version in Installation Instructions

Description:

This pull request addresses and corrects the versions of PyTorch and Python specified in the installation instructions within the README and fixed a runtime error in demo_letr.ipynb. The following changes were made:

  • Updated Python version to 3.8 in the conda environment creation command.
  • Specified the versions of torch, torchvision, and torchaudio to be installed via pip.
  • Ensured the instructions are clear and easy to follow.
  • These changes aim to improve the accuracy of the installation instructions, ensuring that users can
    set up the environment without version compatibility issues.

Changes:

  • Updated the conda create command to specify python=3.8.
  • Updated the pip install command to install specific versions of torch, torchvision, and torchaudio:
    bash
pip install torch==1.8.1 torchvision==0.9.1 torchaudio==0.8.1

Testing:

Verified that the new installation instructions work as expected by setting up a new environment and running basic tests.

Additional Notes:

No other changes were made to the codebase.
Please review the updated instructions and provide feedback if any further adjustments are necessary.

@Abbsalehi Abbsalehi changed the title update-readme-dependencies update-readme-dependencies and a minor bug Jul 5, 2024
@Abbsalehi Abbsalehi changed the title update-readme-dependencies and a minor bug Updated-readme-dependencies and a minor bug Jul 5, 2024
@Abbsalehi Abbsalehi changed the title Updated-readme-dependencies and a minor bug Updated-readme-dependencies and a minor issue Jul 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant