"vscode:/vscode.git/clone" did not exist on "65e27215ba991450e30aac1bf06f7f4e889e77fb"
Commit 9e15b511 authored by Sylvain Gugger's avatar Sylvain Gugger
Browse files

Move to TF only

parent cb911e5b
...@@ -134,7 +134,6 @@ _import_structure = { ...@@ -134,7 +134,6 @@ _import_structure = {
"is_tensorboard_available", "is_tensorboard_available",
"is_wandb_available", "is_wandb_available",
], ],
"keras_callbacks": [],
"modelcard": ["ModelCard"], "modelcard": ["ModelCard"],
"modeling_tf_pytorch_utils": [ "modeling_tf_pytorch_utils": [
"convert_tf_weight_name_to_pt_weight_name", "convert_tf_weight_name_to_pt_weight_name",
...@@ -1279,6 +1278,7 @@ if is_tf_available(): ...@@ -1279,6 +1278,7 @@ if is_tf_available():
_import_structure["benchmark.benchmark_args_tf"] = ["TensorFlowBenchmarkArguments"] _import_structure["benchmark.benchmark_args_tf"] = ["TensorFlowBenchmarkArguments"]
_import_structure["benchmark.benchmark_tf"] = ["TensorFlowBenchmark"] _import_structure["benchmark.benchmark_tf"] = ["TensorFlowBenchmark"]
_import_structure["generation_tf_utils"] = ["tf_top_k_top_p_filtering"] _import_structure["generation_tf_utils"] = ["tf_top_k_top_p_filtering"]
_import_structure["keras_callbacks"] = []
_import_structure["modeling_tf_outputs"] = [] _import_structure["modeling_tf_outputs"] = []
_import_structure["modeling_tf_utils"] = [ _import_structure["modeling_tf_utils"] = [
"TFPreTrainedModel", "TFPreTrainedModel",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment