HKUDS / GraphGPT

[SIGIR'2024] "GraphGPT: Graph Instruction Tuning for Large Language Models"
https://arxiv.org/abs/2310.13023
Apache License 2.0
493 stars 36 forks source link

bug in docs #43

Closed DrobConsulting closed 6 months ago

DrobConsulting commented 6 months ago

conda env create -n graphgpt python=3.8 I believe should be: conda create -n graphgpt python=3.8

tjb-tech commented 6 months ago

conda env create -n graphgpt python=3.8 I believe should be: conda create -n graphgpt python=3.8

Thanks for your reminder! ☺️