-
Notifications
You must be signed in to change notification settings - Fork 133
Closed
Labels
duplicateThis issue or pull request already existsThis issue or pull request already exists
Description
When using the git submodule update --init --recursive command I kept receiving the fatal: Could not read from remote repository. error.
Changed .gitmodule to the following to make it work. Not sure if this is worth doing in the repo to avoid the error occurring for other users but thought it would be worth mentioning.
[submodule "tensorrt_llm"]
path = tensorrt_llm
url = https://github.com/NVIDIA/TensorRT-LLM.git
Metadata
Metadata
Assignees
Labels
duplicateThis issue or pull request already existsThis issue or pull request already exists