Skip to content

Commit

Permalink
Merge pull request #4943 from FederatedAI/dev-2.0.0-beta-merge
Browse files Browse the repository at this point in the history
dev 2.0.0 beta merge
  • Loading branch information
mgqa34 authored Jun 26, 2023
2 parents ec0abe6 + 314aefd commit eae69bd
Show file tree
Hide file tree
Showing 37 changed files with 1,288 additions and 1,117 deletions.
2 changes: 1 addition & 1 deletion python/fate/arch/computing/standalone/_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def save(self, uri: URI, schema, options: dict = None):
if options is None:
options = {}

if uri.schema != "eggroll":
if uri.schema != "standalone":
raise ValueError(f"uri scheme `{uri.schema}` not supported with standalone backend")
try:
*database, namespace, name = uri.path_splits()
Expand Down
239 changes: 0 additions & 239 deletions python/fate/arch/context/_mlmd.py

This file was deleted.

Loading

0 comments on commit eae69bd

Please sign in to comment.