Skip to content

Commit

Permalink
Update Slack Invitation
Browse files Browse the repository at this point in the history
Signed-off-by: Andrey Velichkevich <[email protected]>
  • Loading branch information
andreyvelich committed Jun 11, 2024
1 parent f3792b0 commit e926815
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
9 changes: 6 additions & 3 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ contact_links:
- name: Training Operator Documentation
url: https://www.kubeflow.org/docs/components/training/
about: Much help can be found in the docs
- name: Kubeflow Training Slack Channel
url: https://cloud-native.slack.com/archives/C0742LDFZ4K
about: Ask the Training Operator community on Slack
- name: Kubeflow Training Operator Slack Channel
url: https://www.kubeflow.org/docs/about/community/#kubeflow-slack-channels
about: Ask the Training Operator community on CNCF Slack
- name: Kubeflow Training Operator Community Meeting
url: https://bit.ly/2PWVCkV
about: Join the Kubeflow Training working group meeting
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Please refer to following API Documentation:
The following links provide information about getting involved in the community:

- Attend [the AutoML and Training Working Group](https://docs.google.com/document/d/1MChKfzrKAeFRtYqypFbMXL6ZIc_OgijjkvbqmwRV-64/edit) community meeting.
- Join our [Slack](https://www.kubeflow.org/docs/about/community/#kubeflow-slack) channel.
- Join our [`#kubeflow-training` Slack channel](https://www.kubeflow.org/docs/about/community/#kubeflow-slack).
- Check out [who is using the Training Operator](./docs/adopters.md).

This is a part of Kubeflow, so please see [readme in kubeflow/kubeflow](https://github.com/kubeflow/kubeflow#get-involved) to get in touch with the community.
Expand Down
4 changes: 2 additions & 2 deletions sdk/python/kubeflow/training/api/training_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def train(
https://pytorch.org/docs/stable/elastic/run.html
This feature is in alpha stage and Kubeflow community is looking for your feedback.
Please use #kubeflow-training-operator Slack channel or Kubeflow Training Operator GitHub
Please use #kubeflow-training Slack channel or Kubeflow Training Operator GitHub
for your questions or suggestions.
Args:
Expand Down Expand Up @@ -185,7 +185,7 @@ def train(
print(
"Thank you for using `train` API for LLMs fine-tuning. This feature is in alpha stage "
"Kubeflow community is looking for your feedback. Please share your experience "
"via #kubeflow-training-operator Slack channel or Kubeflow Training Operator GitHub."
"via #kubeflow-training Slack channel or Kubeflow Training Operator GitHub."
)

if (
Expand Down

0 comments on commit e926815

Please sign in to comment.