Skip to content

Git submodule issue #42

@harryjulian

Description

@harryjulian

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

No one assigned

    Labels

    duplicateThis issue or pull request already exists

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions