Skip to content

Commit

Permalink
chore(git): fix sagemaker typo (#22152)
Browse files Browse the repository at this point in the history
  • Loading branch information
hongbo-miao authored Dec 30, 2024
1 parent f8ca875 commit 444e70c
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ machine-learning/hm-supervision/*/data
machine-learning/mineru/data
machine-learning/mineru/output
machine-learning/neural-forecasting/*/lightning_logs
machine-learning/triton/amazon-sagamaker-triton-resnet-50/infer/data
machine-learning/triton/amazon-sagemaker-triton-resnet-50/infer/data
mobile/mobile-android/.gradle
mobile/mobile-android/local.properties
mobile/mobile-ios/HMMobile.xcodeproj/project.xcworkspace
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ machine-learning/hm-supervision/*/data/**/*
machine-learning/mineru/data/**/*
machine-learning/mineru/output/**/*
machine-learning/neural-forecasting/*/lightning_logs/**/*
machine-learning/triton/amazon-sagamaker-triton-resnet-50/infer/data/**/*
machine-learning/triton/amazon-sagemaker-triton-resnet-50/infer/data/**/*
mobile/mobile-android/.gradle/**/*
mobile/mobile-android/local.properties
mobile/mobile-ios/HMMobile.xcodeproj/project.xcworkspace/**/*
Expand Down
2 changes: 1 addition & 1 deletion .markdownlint-cli2.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
"machine-learning/mineru/data",
"machine-learning/mineru/output",
"machine-learning/neural-forecasting/*/lightning_logs",
"machine-learning/triton/amazon-sagamaker-triton-resnet-50/infer/data",
"machine-learning/triton/amazon-sagemaker-triton-resnet-50/infer/data",
"mobile/mobile-android/.gradle",
"mobile/mobile-android/local.properties",
"mobile/mobile-ios/HMMobile.xcodeproj/project.xcworkspace",
Expand Down
2 changes: 1 addition & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ machine-learning/hm-supervision/*/data
machine-learning/mineru/data
machine-learning/mineru/output
machine-learning/neural-forecasting/*/lightning_logs
machine-learning/triton/amazon-sagamaker-triton-resnet-50/infer/data
machine-learning/triton/amazon-sagemaker-triton-resnet-50/infer/data
mobile/mobile-android/.gradle
mobile/mobile-android/local.properties
mobile/mobile-ios/HMMobile.xcodeproj/project.xcworkspace
Expand Down
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ AllCops:
- 'machine-learning/mineru/data/**/*'
- 'machine-learning/mineru/output/**/*'
- 'machine-learning/neural-forecasting/*/lightning_logs/**/*'
- 'machine-learning/triton/amazon-sagamaker-triton-resnet-50/infer/data/**/*'
- 'machine-learning/triton/amazon-sagemaker-triton-resnet-50/infer/data/**/*'
- 'mobile/mobile-android/.gradle/**/*'
- 'mobile/mobile-android/local.properties'
- 'mobile/mobile-ios/HMMobile.xcodeproj/project.xcworkspace/**/*'
Expand Down
2 changes: 1 addition & 1 deletion .ruff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ exclude = [
"machine-learning/mineru/data",
"machine-learning/mineru/output",
"machine-learning/neural-forecasting/*/lightning_logs",
"machine-learning/triton/amazon-sagamaker-triton-resnet-50/infer/data",
"machine-learning/triton/amazon-sagemaker-triton-resnet-50/infer/data",
"mobile/mobile-android/.gradle",
"mobile/mobile-android/local.properties",
"mobile/mobile-ios/HMMobile.xcodeproj/project.xcworkspace",
Expand Down
2 changes: 1 addition & 1 deletion .solhintignore
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ machine-learning/hm-supervision/*/data
machine-learning/mineru/data
machine-learning/mineru/output
machine-learning/neural-forecasting/*/lightning_logs
machine-learning/triton/amazon-sagamaker-triton-resnet-50/infer/data
machine-learning/triton/amazon-sagemaker-triton-resnet-50/infer/data
mobile/mobile-android/.gradle
mobile/mobile-android/local.properties
mobile/mobile-ios/HMMobile.xcodeproj/project.xcworkspace
Expand Down
2 changes: 1 addition & 1 deletion .sqlfluffignore
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ machine-learning/hm-supervision/*/data
machine-learning/mineru/data
machine-learning/mineru/output
machine-learning/neural-forecasting/*/lightning_logs
machine-learning/triton/amazon-sagamaker-triton-resnet-50/infer/data
machine-learning/triton/amazon-sagemaker-triton-resnet-50/infer/data
mobile/mobile-android/.gradle
mobile/mobile-android/local.properties
mobile/mobile-ios/HMMobile.xcodeproj/project.xcworkspace
Expand Down
2 changes: 1 addition & 1 deletion .stylelintignore
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ machine-learning/hm-supervision/*/data
machine-learning/mineru/data
machine-learning/mineru/output
machine-learning/neural-forecasting/*/lightning_logs
machine-learning/triton/amazon-sagamaker-triton-resnet-50/infer/data
machine-learning/triton/amazon-sagemaker-triton-resnet-50/infer/data
mobile/mobile-android/.gradle
mobile/mobile-android/local.properties
mobile/mobile-ios/HMMobile.xcodeproj/project.xcworkspace
Expand Down
2 changes: 1 addition & 1 deletion .textlintignore
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ machine-learning/hm-supervision/*/data/**/*
machine-learning/mineru/data/**/*
machine-learning/mineru/output/**/*
machine-learning/neural-forecasting/*/lightning_logs/**/*
machine-learning/triton/amazon-sagamaker-triton-resnet-50/infer/data/**/*
machine-learning/triton/amazon-sagemaker-triton-resnet-50/infer/data/**/*
mobile/mobile-android/.gradle/**/*
mobile/mobile-android/local.properties
mobile/mobile-ios/HMMobile.xcodeproj/project.xcworkspace/**/*
Expand Down
2 changes: 1 addition & 1 deletion .yamllint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ ignore: |
machine-learning/mineru/data
machine-learning/mineru/output
machine-learning/neural-forecasting/*/lightning_logs
machine-learning/triton/amazon-sagamaker-triton-resnet-50/infer/data
machine-learning/triton/amazon-sagemaker-triton-resnet-50/infer/data
mobile/mobile-android/.gradle
mobile/mobile-android/local.properties
mobile/mobile-ios/HMMobile.xcodeproj/project.xcworkspace
Expand Down
2 changes: 1 addition & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ export default [
'machine-learning/mineru/data',
'machine-learning/mineru/output',
'machine-learning/neural-forecasting/*/lightning_logs',
'machine-learning/triton/amazon-sagamaker-triton-resnet-50/infer/data',
'machine-learning/triton/amazon-sagemaker-triton-resnet-50/infer/data',
'mobile/mobile-android/.gradle',
'mobile/mobile-android/local.properties',
'mobile/mobile-ios/HMMobile.xcodeproj/project.xcworkspace',
Expand Down

0 comments on commit 444e70c

Please sign in to comment.