File tree Expand file tree Collapse file tree 8 files changed +12
-882
lines changed Expand file tree Collapse file tree 8 files changed +12
-882
lines changed Original file line number Diff line number Diff line change @@ -130,7 +130,6 @@ jobs:
130130            tensorflow) 
131131              # Cannot be on same line since '_tf*' checks if tensorflow is NOT imported by default 
132132              eval "$PYTEST ../tests/test_tf*" 
133-               eval "$PYTEST ../tests/test_keras*" 
134133              eval "$PYTEST ../tests/test_serialization.py" 
135134            ;; 
136135
Original file line number Diff line number Diff line change @@ -21,16 +21,6 @@ how to integrate any ML framework with the Hub.
2121
2222[[ autodoc]]  PyTorchModelHubMixin
2323
24- ### Keras  
25- 
26- [[ autodoc]]  KerasModelHubMixin
27- 
28- [[ autodoc]]  from_pretrained_keras
29- 
30- [[ autodoc]]  push_to_hub_keras
31- 
32- [[ autodoc]]  save_pretrained_keras
33- 
3424### Fastai  
3525
3626[[ autodoc]]  from_pretrained_fastai
Original file line number Diff line number Diff line change @@ -20,16 +20,6 @@ ML 프레임워크를 Hub와 통합하는 방법은 [통합 가이드](../guides
2020
2121[[ autodoc]]  PyTorchModelHubMixin
2222
23- ### Keras[[ huggingface_hub.KerasModelHubMixin]]   
24- 
25- [[ autodoc]]  KerasModelHubMixin
26- 
27- [[ autodoc]]  from_pretrained_keras
28- 
29- [[ autodoc]]  push_to_hub_keras
30- 
31- [[ autodoc]]  save_pretrained_keras
32- 
3323### Fastai[[ huggingface_hub.from_pretrained_fastai]]   
3424
3525[[ autodoc]]  from_pretrained_fastai
Original file line number Diff line number Diff line change @@ -62,7 +62,6 @@ def get_version() -> str:
6262
6363extras ["tensorflow-testing" ] =  [
6464    "tensorflow" ,
65-     "keras<3.0" ,
6665]
6766
6867extras ["hf_xet" ] =  ["hf-xet>=1.1.2,<2.0.0" ]
Original file line number Diff line number Diff line change 469469    "inference._mcp.mcp_client" : [
470470        "MCPClient" ,
471471    ],
472-     "keras_mixin" : [
473-         "KerasModelHubMixin" ,
474-         "from_pretrained_keras" ,
475-         "push_to_hub_keras" ,
476-         "save_pretrained_keras" ,
477-     ],
478472    "repocard" : [
479473        "DatasetCard" ,
480474        "ModelCard" ,
687681    "JobOwner" ,
688682    "JobStage" ,
689683    "JobStatus" ,
690-     "KerasModelHubMixin" ,
691684    "MCPClient" ,
692685    "ModelCard" ,
693686    "ModelCardData" ,
862855    "fetch_job_logs" ,
863856    "file_exists" ,
864857    "from_pretrained_fastai" ,
865-     "from_pretrained_keras" ,
866858    "get_async_session" ,
867859    "get_collection" ,
868860    "get_dataset_tags" ,
933925    "permanently_delete_lfs_files" ,
934926    "preupload_lfs_files" ,
935927    "push_to_hub_fastai" ,
936-     "push_to_hub_keras" ,
937928    "read_dduf_file" ,
938929    "reject_access_request" ,
939930    "rename_discussion" ,
949940    "run_as_future" ,
950941    "run_job" ,
951942    "run_uv_job" ,
952-     "save_pretrained_keras" ,
953943    "save_torch_model" ,
954944    "save_torch_state_dict" ,
955945    "scale_to_zero_inference_endpoint" ,
@@ -1485,12 +1475,6 @@ def __dir__():
14851475    )
14861476    from  .inference ._mcp .agent  import  Agent   # noqa: F401 
14871477    from  .inference ._mcp .mcp_client  import  MCPClient   # noqa: F401 
1488-     from  .keras_mixin  import  (
1489-         KerasModelHubMixin ,  # noqa: F401 
1490-         from_pretrained_keras ,  # noqa: F401 
1491-         push_to_hub_keras ,  # noqa: F401 
1492-         save_pretrained_keras ,  # noqa: F401 
1493-     )
14941478    from  .repocard  import  (
14951479        DatasetCard ,  # noqa: F401 
14961480        ModelCard ,  # noqa: F401 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments