bryan1243 commited on
Commit
b6fdae8
·
verified ·
1 Parent(s): 9831bd4

Update README.md

Browse files

The structure of the repository has changed

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -24,7 +24,7 @@ textual counterpart (i.e. Large Language Models). Specifically, we highlight two
24
  Please install PyTorch using the official [installation instructions](https://pytorch.org/get-started/locally/).
25
  Afterward, install the package as:
26
  ```commandline
27
- pip install git+https://git@github.com/apple/ml-aim.git
28
  ```
29
 
30
 
 
24
  Please install PyTorch using the official [installation instructions](https://pytorch.org/get-started/locally/).
25
  Afterward, install the package as:
26
  ```commandline
27
+ pip install git+https://github.com/apple/ml-aim.git#subdirectory=aim-v1
28
  ```
29
 
30