Skip to content

Commit 0d3c947

Browse files
docs: add git lfs pull step before install from source code to download full data files (#69) (#71)
Signed-off-by: Harrison King Saturley-Hall <hsaturleyhal@nvidia.com> Co-authored-by: Se7en <chengzw258@163.com>
1 parent 4361371 commit 0d3c947

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ apt-get install git-lfs # (Linux)
3434

3535
# 2. Clone the repo
3636
git clone https://github.com/ai-dynamo/aiconfigurator.git
37+
git lfs pull
3738

3839
# 3. Create and activate a virtual environment
3940
python3 -m venv myenv && source myenv/bin/activate # (requires Python 3.9 or later)

0 commit comments

Comments
 (0)