Better sandboxed workflow and enhanced cross compilation Aug 12, 2022 .gitattributes Removed test requiring linux containers Jun 11, 2020 .gitignore use go 1.20 -cover support Mar 11, 2023 .golangci.yml bump golangci-lint to version v2.0.2 ...
GitHub community articles Repositories Topics Trending Collections Pricing NVIDIA/TensorRT-LLMPublic Notifications Fork1.4k Star10.4k TensorRT-LLM provides users with an easy-to-use Python API to define Large Language Models (LLMs) and support state-of-the-art optimizations to perform inference efficient...
The Development control supports links to and display of links made to development objects. These objects include Git commits and pull requests, or TFVC changesets and versioned items. You can define links from the work item or from the commits, pull requests, or other development objects. For...
project: Name or ID of the project. You can configure the default project usingaz devops configure -d project=NAME_OR_ID. Required if not configured as default or picked up by usinggit config. Example The following command lists all of the variables in the pipeline with ID12and shows the...
git config --global user.name userName git config --global user.email userEmail 分支77 标签141 Ulysses SouzaMerge pull request #8644 from yariksheptyk...6eb51d34年前 6069 次提交 .github only run CI workflow when PR target is branch v2 ...
This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org.apache.org ...
diff --git a/inotify.c b/inotify.c index 08fa55a..7116a9a 100644 --- a/inotify.c +++ b/inotify.c @@ -61,6 +61,10 @@ if (event->mask & IN_CLOSE_WRITE) printf("IN_CLOSE_WRITE: "); + if (event->mask & IN_MOVED_FROM) ...
.gitignore add installer 6年前 .travis.yml clear version travis-ci config 6年前 LGPL-v3_zh add LGPLv3 LICENSE file 6年前 LICENSE add LGPLv3 LICENSE file 6年前 app.py fix some pylint check 6年前 readme.md update readme format
project: Name or ID of the project. You can configure the default project usingaz devops configure -d project=NAME_OR_ID. Required if not configured as default or picked up by usinggit config. Example The following command lists all of the variables in the pipeline with ID12and shows the...
https://gitlab.com/MrChrisW/cookiecutter-pylibrary/blob/master/.gitlab-ci.yml Travis docs:Build matrix Also, GitHub CI/CD is planning the same feature:https://help.github.com/en/articles/workflow-syntax-for-github-actions#jobsjob_idstrategy ...