Skip to content

Commit 8279154

Browse files
author
Tyler Titsworth
authored
Update Workflows Ownership (#104)
1 parent 696f91f commit 8279154

File tree

7 files changed

+137
-254
lines changed

7 files changed

+137
-254
lines changed

.github/CODEOWNERS

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ preset/* @ma-pineda @jafraustro
66
pytorch/* @tylertitsworth @jitendra42 @sramakintel @sharvil10
77
tensorflow/* @tylertitsworth @jitendra42 @sramakintel @sharvil10
88
test-runner/* @tylertitsworth
9-
workflows/* @tylertitsworth
9+
workflows/* @tylertitsworth @dmsuehir
1010
* @tylertitsworth @jitendra42
File renamed without changes.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Patterns to ignore when building packages.
2+
# This supports shell glob matching, relative path matching, and
3+
# negation (prefixed with !). Only one pattern per line.
4+
.DS_Store
5+
# Common VCS dirs
6+
.git/
7+
.gitignore
8+
.bzr/
9+
.bzrignore
10+
.hg/
11+
.hgignore
12+
.svn/
13+
# Common backup files
14+
*.swp
15+
*.bak
16+
*.tmp
17+
*.orig
18+
*~
19+
# Various IDEs
20+
.project
21+
.idea/
22+
*.tmproj
23+
.vscode/
24+
# ---
25+
*.py
26+
*.sh
27+
.actions.json
28+
ci/tests.yaml
29+
docker-compose.yaml
30+
Dockerfile
31+
requirements.txt
32+
scripts

workflows/charts/huggingface-llm/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ type: application
3737
# This is the chart version. This version number should be incremented each time you make changes
3838
# to the chart and its templates, including the app version.
3939
# Versions are expected to follow Semantic Versioning (https://semver.org/)
40-
version: 0.2.0
40+
version: 0.2.1
4141

4242
# This is the version number of the application being deployed. This version number should be
4343
# incremented each time you make changes to the application. Versions are not expected to

workflows/charts/huggingface-llm/README.md

+102-251
Large diffs are not rendered by default.
File renamed without changes.

workflows/docker-compose.yaml workflows/charts/huggingface-llm/docker-compose.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ services:
2121
no_proxy: ""
2222
BASE_IMAGE_NAME: ${BASE_IMAGE_NAME:-intel/intel-optimized-pytorch}
2323
BASE_IMAGE_TAG: ${BASE_IMAGE_TAG:-2.3.0-pip-multinode}
24-
context: charts/huggingface-llm
24+
context: .
2525
labels:
2626
dependency.python.pip: requirements.txt
2727
docs: pytorch

0 commit comments

Comments
 (0)