如果对git不太熟悉,建议(在备份完成后)先删除你的项目,重新 fork 、上传并重新提交 PR 。 如果对git及其工作原理较为熟悉(而且愿意花费时间和流量折腾),可以尝试在 fork 出的项目上进行 rebase 以消除与主分支在历史上的冲突。 警告 下列内容为不适合上传的内容。如果你认为缺少这些资料将会影响资源的完整性,请...
zjunlp/LLMAgentPapersPublic NotificationsYou must be signed in to change notification settings Fork128 Star2.2k Code Issues main 1Branch0Tags Code Latest commit LesileZ Update README.md Feb 19, 2025 aae260d·Feb 19, 2025 History 165 Commits ...
git clone https://github.com/ZJU-FAST-Lab/ego-planner.git Or from gitee, git clone https://gitee.com/iszhouxin/ego-planner.git Step 3. Compile, cd ego-planner catkin_make -DCMAKE_BUILD_TYPE=Release Step 4. Run. In a terminal at theego-planner/folder, open the rviz for visuallizat...
Git 使用一种叫做 “暂存区(staging area)”的机制,它允许您指定下次快照中要包括那些改动。 Git command-line interface Basics git help : 获取 git 命令的帮助信息 git init: 创建一个新的 git 仓库,其数据会存放在一个名为.git的目录下 git status: 显示当前的仓库状态 git add <filename>: 添加文件到...
Git连接GitHub 其实这个内容就是git如何添加和使用远程库 参考:http://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000/0013752340242354807e192f02a44359908df8a5643103a000 (一)使用ssh协议: (1)首先使用:ssh-keygen -t rsa来产生公钥和私钥,默认目录是~/.ssh...
git clone https://github.com/zjunlp/KnowAgent.gitcdKnowAgent pip install -r requirements.txt We have placed the HotpotQA and ALFWorld datasets underPath_Generation/alfworld_run/dataandPath_Generation/hotpotqa_run/datarespectively. For further configuration, we recommend proceeding with the original...
git clone https://github.com/ZJU-FAST-Lab/Implicit-SVSDF-Planner.git cd Implicit-SVSDF-Planner ./build.sh source devel/setup.bash #(If use bash) source devel/setup.zsh #(If use zsh) roslaunch plan_manager xxxxx.launch We provide several launch files for different shapes. If loadStart...
Git is a free software. Git is a free software distributed under the GPL. Git has a mutable index called stage. Git tracks changes. <<< HEAD Creating a new branch is quick and simple. === Creating a new branch is quick and simple. >>> feature1 git merge in a --no-ff way. Abo...
>>git clone https://github.com/zjunlp/Mol-Instruction>>cddemo Step 1, install Gradio by running:pip install gradio. Step 2, specify the parameters in thegenerate.shfile. >>CUDA_VISIBLE_DEVICES=0 python generate.py \ --CLI False\ --protein False\ --load_8bit \ --base_model$BASE_MOD...
.gitignore submit glide webpdecode library and release 0.0.1 Dec 13, 2017 LICENSE update LICENSE Dec 31, 2017 README.md bump version 2.6 Oct 2, 2023 build.gradle bump version 2.6 Oct 2, 2023 checkstyle.xml submit glide webpdecode library and release 0.0.1 ...