Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/mlflow-transformer #31

Merged
merged 4 commits into from
Nov 24, 2022
Merged

Feat/mlflow-transformer #31

merged 4 commits into from
Nov 24, 2022

Conversation

kyc3492
Copy link
Contributor

@kyc3492 kyc3492 commented Nov 22, 2022

Description

  • MLflow - Pytorch와 코드가 겹치는 일이 생김.
  • 알고보니 Transformers 모듈에서 로깅하는 것이었음. mlflow.pytorch 는 필요 없음.
  • huggingface friendly로 코드 수정 + run_name == model_url 동일하게 만들기

Related Issue

* now you can log the train with real model_id
* delete all mlflow.pytorch and mlflow functions
* you must update huggingface module at least to up to 4.19.0
@kyc3492 kyc3492 changed the base branch from main to dev November 22, 2022 15:03
@kyc3492 kyc3492 merged commit 253d64c into dev Nov 24, 2022
@kyc3492 kyc3492 deleted the feat/mlflow-transformer branch November 24, 2022 02:18
@kyc3492 kyc3492 restored the feat/mlflow-transformer branch November 24, 2022 02:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

MLflow - Huggingface
1 participant