ZTWHHH commited on
Commit
2f92078
·
verified ·
1 Parent(s): 263f5ed

Add files using upload-large-folder tool

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +2 -0
  2. deepseek/lib/python3.10/site-packages/huggingface_hub/__pycache__/_login.cpython-310.pyc +0 -0
  3. deepseek/lib/python3.10/site-packages/huggingface_hub/__pycache__/community.cpython-310.pyc +0 -0
  4. deepseek/lib/python3.10/site-packages/huggingface_hub/__pycache__/constants.cpython-310.pyc +0 -0
  5. deepseek/lib/python3.10/site-packages/huggingface_hub/__pycache__/file_download.cpython-310.pyc +0 -0
  6. deepseek/lib/python3.10/site-packages/huggingface_hub/inference/_generated/types/__pycache__/__init__.cpython-310.pyc +0 -0
  7. deepseek/lib/python3.10/site-packages/huggingface_hub/inference/_generated/types/__pycache__/audio_classification.cpython-310.pyc +0 -0
  8. deepseek/lib/python3.10/site-packages/huggingface_hub/inference/_generated/types/__pycache__/chat_completion.cpython-310.pyc +0 -0
  9. deepseek/lib/python3.10/site-packages/huggingface_hub/inference/_generated/types/__pycache__/document_question_answering.cpython-310.pyc +0 -0
  10. deepseek/lib/python3.10/site-packages/huggingface_hub/inference/_generated/types/__pycache__/fill_mask.cpython-310.pyc +0 -0
  11. deepseek/lib/python3.10/site-packages/huggingface_hub/inference/_generated/types/__pycache__/image_classification.cpython-310.pyc +0 -0
  12. deepseek/lib/python3.10/site-packages/huggingface_hub/inference/_generated/types/__pycache__/image_segmentation.cpython-310.pyc +0 -0
  13. deepseek/lib/python3.10/site-packages/huggingface_hub/inference/_generated/types/__pycache__/image_to_image.cpython-310.pyc +0 -0
  14. deepseek/lib/python3.10/site-packages/huggingface_hub/inference/_generated/types/__pycache__/image_to_text.cpython-310.pyc +0 -0
  15. deepseek/lib/python3.10/site-packages/huggingface_hub/inference/_generated/types/__pycache__/object_detection.cpython-310.pyc +0 -0
  16. deepseek/lib/python3.10/site-packages/huggingface_hub/inference/_generated/types/__pycache__/sentence_similarity.cpython-310.pyc +0 -0
  17. deepseek/lib/python3.10/site-packages/huggingface_hub/inference/_generated/types/__pycache__/summarization.cpython-310.pyc +0 -0
  18. deepseek/lib/python3.10/site-packages/huggingface_hub/inference/_generated/types/__pycache__/text2text_generation.cpython-310.pyc +0 -0
  19. deepseek/lib/python3.10/site-packages/huggingface_hub/inference/_generated/types/__pycache__/text_classification.cpython-310.pyc +0 -0
  20. deepseek/lib/python3.10/site-packages/huggingface_hub/inference/_generated/types/__pycache__/text_generation.cpython-310.pyc +0 -0
  21. deepseek/lib/python3.10/site-packages/huggingface_hub/inference/_generated/types/__pycache__/text_to_audio.cpython-310.pyc +0 -0
  22. deepseek/lib/python3.10/site-packages/huggingface_hub/inference/_generated/types/__pycache__/text_to_image.cpython-310.pyc +0 -0
  23. deepseek/lib/python3.10/site-packages/huggingface_hub/inference/_generated/types/__pycache__/token_classification.cpython-310.pyc +0 -0
  24. deepseek/lib/python3.10/site-packages/huggingface_hub/inference/_generated/types/__pycache__/translation.cpython-310.pyc +0 -0
  25. deepseek/lib/python3.10/site-packages/huggingface_hub/inference/_generated/types/__pycache__/visual_question_answering.cpython-310.pyc +0 -0
  26. deepseek/lib/python3.10/site-packages/huggingface_hub/inference/_generated/types/visual_question_answering.py +53 -0
  27. deepseek/lib/python3.10/site-packages/huggingface_hub/utils/__init__.py +110 -0
  28. deepseek/lib/python3.10/site-packages/huggingface_hub/utils/__pycache__/__init__.cpython-310.pyc +0 -0
  29. deepseek/lib/python3.10/site-packages/huggingface_hub/utils/__pycache__/_auth.cpython-310.pyc +0 -0
  30. deepseek/lib/python3.10/site-packages/huggingface_hub/utils/__pycache__/_cache_assets.cpython-310.pyc +0 -0
  31. deepseek/lib/python3.10/site-packages/huggingface_hub/utils/__pycache__/_cache_manager.cpython-310.pyc +0 -0
  32. deepseek/lib/python3.10/site-packages/huggingface_hub/utils/__pycache__/_chunk_utils.cpython-310.pyc +0 -0
  33. deepseek/lib/python3.10/site-packages/huggingface_hub/utils/__pycache__/_datetime.cpython-310.pyc +0 -0
  34. deepseek/lib/python3.10/site-packages/huggingface_hub/utils/__pycache__/_deprecation.cpython-310.pyc +0 -0
  35. deepseek/lib/python3.10/site-packages/huggingface_hub/utils/__pycache__/_experimental.cpython-310.pyc +0 -0
  36. deepseek/lib/python3.10/site-packages/huggingface_hub/utils/__pycache__/_git_credential.cpython-310.pyc +0 -0
  37. deepseek/lib/python3.10/site-packages/huggingface_hub/utils/__pycache__/_headers.cpython-310.pyc +0 -0
  38. deepseek/lib/python3.10/site-packages/huggingface_hub/utils/__pycache__/_hf_folder.cpython-310.pyc +0 -0
  39. deepseek/lib/python3.10/site-packages/huggingface_hub/utils/__pycache__/_http.cpython-310.pyc +0 -0
  40. deepseek/lib/python3.10/site-packages/huggingface_hub/utils/__pycache__/_lfs.cpython-310.pyc +0 -0
  41. deepseek/lib/python3.10/site-packages/huggingface_hub/utils/__pycache__/_pagination.cpython-310.pyc +0 -0
  42. deepseek/lib/python3.10/site-packages/huggingface_hub/utils/__pycache__/_runtime.cpython-310.pyc +0 -0
  43. deepseek/lib/python3.10/site-packages/huggingface_hub/utils/__pycache__/_safetensors.cpython-310.pyc +0 -0
  44. deepseek/lib/python3.10/site-packages/huggingface_hub/utils/__pycache__/_subprocess.cpython-310.pyc +0 -0
  45. deepseek/lib/python3.10/site-packages/huggingface_hub/utils/__pycache__/_telemetry.cpython-310.pyc +0 -0
  46. deepseek/lib/python3.10/site-packages/huggingface_hub/utils/__pycache__/_typing.cpython-310.pyc +0 -0
  47. deepseek/lib/python3.10/site-packages/huggingface_hub/utils/__pycache__/_validators.cpython-310.pyc +0 -0
  48. deepseek/lib/python3.10/site-packages/huggingface_hub/utils/__pycache__/endpoint_helpers.cpython-310.pyc +0 -0
  49. deepseek/lib/python3.10/site-packages/huggingface_hub/utils/__pycache__/insecure_hashlib.cpython-310.pyc +0 -0
  50. deepseek/lib/python3.10/site-packages/huggingface_hub/utils/__pycache__/logging.cpython-310.pyc +0 -0
.gitattributes CHANGED
@@ -435,3 +435,5 @@ deepseek/lib/python3.10/site-packages/aiohttp/_http_writer.cpython-310-x86_64-li
435
  deepseek/lib/python3.10/site-packages/aiohttp/_websocket/mask.cpython-310-x86_64-linux-gnu.so filter=lfs diff=lfs merge=lfs -text
436
  deepseek/lib/python3.10/site-packages/aiohttp/_websocket/reader_c.cpython-310-x86_64-linux-gnu.so filter=lfs diff=lfs merge=lfs -text
437
  deepseek/lib/python3.10/site-packages/timm/models/__pycache__/vision_transformer.cpython-310.pyc filter=lfs diff=lfs merge=lfs -text
 
 
 
435
  deepseek/lib/python3.10/site-packages/aiohttp/_websocket/mask.cpython-310-x86_64-linux-gnu.so filter=lfs diff=lfs merge=lfs -text
436
  deepseek/lib/python3.10/site-packages/aiohttp/_websocket/reader_c.cpython-310-x86_64-linux-gnu.so filter=lfs diff=lfs merge=lfs -text
437
  deepseek/lib/python3.10/site-packages/timm/models/__pycache__/vision_transformer.cpython-310.pyc filter=lfs diff=lfs merge=lfs -text
438
+ deepseek/lib/python3.10/site-packages/pyarrow/_csv.cpython-310-x86_64-linux-gnu.so filter=lfs diff=lfs merge=lfs -text
439
+ deepseek/lib/python3.10/site-packages/pyarrow/_s3fs.cpython-310-x86_64-linux-gnu.so filter=lfs diff=lfs merge=lfs -text
deepseek/lib/python3.10/site-packages/huggingface_hub/__pycache__/_login.cpython-310.pyc ADDED
Binary file (17.4 kB). View file
 
deepseek/lib/python3.10/site-packages/huggingface_hub/__pycache__/community.cpython-310.pyc ADDED
Binary file (13 kB). View file
 
deepseek/lib/python3.10/site-packages/huggingface_hub/__pycache__/constants.cpython-310.pyc ADDED
Binary file (4.86 kB). View file
 
deepseek/lib/python3.10/site-packages/huggingface_hub/__pycache__/file_download.cpython-310.pyc ADDED
Binary file (44.3 kB). View file
 
deepseek/lib/python3.10/site-packages/huggingface_hub/inference/_generated/types/__pycache__/__init__.cpython-310.pyc ADDED
Binary file (6.61 kB). View file
 
deepseek/lib/python3.10/site-packages/huggingface_hub/inference/_generated/types/__pycache__/audio_classification.cpython-310.pyc ADDED
Binary file (1.42 kB). View file
 
deepseek/lib/python3.10/site-packages/huggingface_hub/inference/_generated/types/__pycache__/chat_completion.cpython-310.pyc ADDED
Binary file (8.18 kB). View file
 
deepseek/lib/python3.10/site-packages/huggingface_hub/inference/_generated/types/__pycache__/document_question_answering.cpython-310.pyc ADDED
Binary file (2.07 kB). View file
 
deepseek/lib/python3.10/site-packages/huggingface_hub/inference/_generated/types/__pycache__/fill_mask.cpython-310.pyc ADDED
Binary file (1.4 kB). View file
 
deepseek/lib/python3.10/site-packages/huggingface_hub/inference/_generated/types/__pycache__/image_classification.cpython-310.pyc ADDED
Binary file (1.43 kB). View file
 
deepseek/lib/python3.10/site-packages/huggingface_hub/inference/_generated/types/__pycache__/image_segmentation.cpython-310.pyc ADDED
Binary file (1.58 kB). View file
 
deepseek/lib/python3.10/site-packages/huggingface_hub/inference/_generated/types/__pycache__/image_to_image.cpython-310.pyc ADDED
Binary file (1.66 kB). View file
 
deepseek/lib/python3.10/site-packages/huggingface_hub/inference/_generated/types/__pycache__/image_to_text.cpython-310.pyc ADDED
Binary file (2.38 kB). View file
 
deepseek/lib/python3.10/site-packages/huggingface_hub/inference/_generated/types/__pycache__/object_detection.cpython-310.pyc ADDED
Binary file (1.65 kB). View file
 
deepseek/lib/python3.10/site-packages/huggingface_hub/inference/_generated/types/__pycache__/sentence_similarity.cpython-310.pyc ADDED
Binary file (964 Bytes). View file
 
deepseek/lib/python3.10/site-packages/huggingface_hub/inference/_generated/types/__pycache__/summarization.cpython-310.pyc ADDED
Binary file (1.5 kB). View file
 
deepseek/lib/python3.10/site-packages/huggingface_hub/inference/_generated/types/__pycache__/text2text_generation.cpython-310.pyc ADDED
Binary file (1.63 kB). View file
 
deepseek/lib/python3.10/site-packages/huggingface_hub/inference/_generated/types/__pycache__/text_classification.cpython-310.pyc ADDED
Binary file (1.39 kB). View file
 
deepseek/lib/python3.10/site-packages/huggingface_hub/inference/_generated/types/__pycache__/text_generation.cpython-310.pyc ADDED
Binary file (4.88 kB). View file
 
deepseek/lib/python3.10/site-packages/huggingface_hub/inference/_generated/types/__pycache__/text_to_audio.cpython-310.pyc ADDED
Binary file (2.36 kB). View file
 
deepseek/lib/python3.10/site-packages/huggingface_hub/inference/_generated/types/__pycache__/text_to_image.cpython-310.pyc ADDED
Binary file (1.72 kB). View file
 
deepseek/lib/python3.10/site-packages/huggingface_hub/inference/_generated/types/__pycache__/token_classification.cpython-310.pyc ADDED
Binary file (1.68 kB). View file
 
deepseek/lib/python3.10/site-packages/huggingface_hub/inference/_generated/types/__pycache__/translation.cpython-310.pyc ADDED
Binary file (1.56 kB). View file
 
deepseek/lib/python3.10/site-packages/huggingface_hub/inference/_generated/types/__pycache__/visual_question_answering.cpython-310.pyc ADDED
Binary file (1.64 kB). View file
 
deepseek/lib/python3.10/site-packages/huggingface_hub/inference/_generated/types/visual_question_answering.py ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Inference code generated from the JSON schema spec in @huggingface/tasks.
2
+ #
3
+ # See:
4
+ # - script: https://github.com/huggingface/huggingface.js/blob/main/packages/tasks/scripts/inference-codegen.ts
5
+ # - specs: https://github.com/huggingface/huggingface.js/tree/main/packages/tasks/src/tasks.
6
+ from dataclasses import dataclass
7
+ from typing import Any, Optional
8
+
9
+ from .base import BaseInferenceType
10
+
11
+
12
+ @dataclass
13
+ class VisualQuestionAnsweringInputData(BaseInferenceType):
14
+ """One (image, question) pair to answer"""
15
+
16
+ image: Any
17
+ """The image."""
18
+ question: Any
19
+ """The question to answer based on the image."""
20
+
21
+
22
+ @dataclass
23
+ class VisualQuestionAnsweringParameters(BaseInferenceType):
24
+ """Additional inference parameters
25
+ Additional inference parameters for Visual Question Answering
26
+ """
27
+
28
+ top_k: Optional[int] = None
29
+ """The number of answers to return (will be chosen by order of likelihood). Note that we
30
+ return less than topk answers if there are not enough options available within the
31
+ context.
32
+ """
33
+
34
+
35
+ @dataclass
36
+ class VisualQuestionAnsweringInput(BaseInferenceType):
37
+ """Inputs for Visual Question Answering inference"""
38
+
39
+ inputs: VisualQuestionAnsweringInputData
40
+ """One (image, question) pair to answer"""
41
+ parameters: Optional[VisualQuestionAnsweringParameters] = None
42
+ """Additional inference parameters"""
43
+
44
+
45
+ @dataclass
46
+ class VisualQuestionAnsweringOutputElement(BaseInferenceType):
47
+ """Outputs of inference for the Visual Question Answering task"""
48
+
49
+ label: Any
50
+ score: float
51
+ """The associated score / probability"""
52
+ answer: Optional[str] = None
53
+ """The answer to the question"""
deepseek/lib/python3.10/site-packages/huggingface_hub/utils/__init__.py ADDED
@@ -0,0 +1,110 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # coding=utf-8
2
+ # Copyright 2021 The HuggingFace Inc. team. All rights reserved.
3
+ #
4
+ # Licensed under the Apache License, Version 2.0 (the "License");
5
+ # you may not use this file except in compliance with the License.
6
+ # You may obtain a copy of the License at
7
+ #
8
+ # http://www.apache.org/licenses/LICENSE-2.0
9
+ #
10
+ # Unless required by applicable law or agreed to in writing, software
11
+ # distributed under the License is distributed on an "AS IS" BASIS,
12
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ # See the License for the specific language governing permissions and
14
+ # limitations under the License
15
+
16
+ # ruff: noqa: F401
17
+
18
+ from huggingface_hub.errors import (
19
+ BadRequestError,
20
+ CacheNotFound,
21
+ CorruptedCacheException,
22
+ DisabledRepoError,
23
+ EntryNotFoundError,
24
+ FileMetadataError,
25
+ GatedRepoError,
26
+ HfHubHTTPError,
27
+ HFValidationError,
28
+ LocalEntryNotFoundError,
29
+ LocalTokenNotFoundError,
30
+ NotASafetensorsRepoError,
31
+ OfflineModeIsEnabled,
32
+ RepositoryNotFoundError,
33
+ RevisionNotFoundError,
34
+ SafetensorsParsingError,
35
+ )
36
+
37
+ from . import tqdm as _tqdm # _tqdm is the module
38
+ from ._auth import get_stored_tokens, get_token
39
+ from ._cache_assets import cached_assets_path
40
+ from ._cache_manager import (
41
+ CachedFileInfo,
42
+ CachedRepoInfo,
43
+ CachedRevisionInfo,
44
+ DeleteCacheStrategy,
45
+ HFCacheInfo,
46
+ scan_cache_dir,
47
+ )
48
+ from ._chunk_utils import chunk_iterable
49
+ from ._datetime import parse_datetime
50
+ from ._experimental import experimental
51
+ from ._fixes import SoftTemporaryDirectory, WeakFileLock, yaml_dump
52
+ from ._git_credential import list_credential_helpers, set_git_credential, unset_git_credential
53
+ from ._headers import build_hf_headers, get_token_to_send
54
+ from ._hf_folder import HfFolder
55
+ from ._http import (
56
+ configure_http_backend,
57
+ fix_hf_endpoint_in_url,
58
+ get_session,
59
+ hf_raise_for_status,
60
+ http_backoff,
61
+ reset_sessions,
62
+ )
63
+ from ._pagination import paginate
64
+ from ._paths import DEFAULT_IGNORE_PATTERNS, FORBIDDEN_FOLDERS, filter_repo_objects
65
+ from ._runtime import (
66
+ dump_environment_info,
67
+ get_aiohttp_version,
68
+ get_fastai_version,
69
+ get_fastapi_version,
70
+ get_fastcore_version,
71
+ get_gradio_version,
72
+ get_graphviz_version,
73
+ get_hf_hub_version,
74
+ get_hf_transfer_version,
75
+ get_jinja_version,
76
+ get_numpy_version,
77
+ get_pillow_version,
78
+ get_pydantic_version,
79
+ get_pydot_version,
80
+ get_python_version,
81
+ get_tensorboard_version,
82
+ get_tf_version,
83
+ get_torch_version,
84
+ is_aiohttp_available,
85
+ is_colab_enterprise,
86
+ is_fastai_available,
87
+ is_fastapi_available,
88
+ is_fastcore_available,
89
+ is_google_colab,
90
+ is_gradio_available,
91
+ is_graphviz_available,
92
+ is_hf_transfer_available,
93
+ is_jinja_available,
94
+ is_notebook,
95
+ is_numpy_available,
96
+ is_package_available,
97
+ is_pillow_available,
98
+ is_pydantic_available,
99
+ is_pydot_available,
100
+ is_safetensors_available,
101
+ is_tensorboard_available,
102
+ is_tf_available,
103
+ is_torch_available,
104
+ )
105
+ from ._safetensors import SafetensorsFileMetadata, SafetensorsRepoMetadata, TensorInfo
106
+ from ._subprocess import capture_output, run_interactive_subprocess, run_subprocess
107
+ from ._telemetry import send_telemetry
108
+ from ._typing import is_jsonable, is_simple_optional_type, unwrap_simple_optional_type
109
+ from ._validators import smoothly_deprecate_use_auth_token, validate_hf_hub_args, validate_repo_id
110
+ from .tqdm import are_progress_bars_disabled, disable_progress_bars, enable_progress_bars, tqdm, tqdm_stream_file
deepseek/lib/python3.10/site-packages/huggingface_hub/utils/__pycache__/__init__.cpython-310.pyc ADDED
Binary file (3.7 kB). View file
 
deepseek/lib/python3.10/site-packages/huggingface_hub/utils/__pycache__/_auth.cpython-310.pyc ADDED
Binary file (6.51 kB). View file
 
deepseek/lib/python3.10/site-packages/huggingface_hub/utils/__pycache__/_cache_assets.cpython-310.pyc ADDED
Binary file (5.09 kB). View file
 
deepseek/lib/python3.10/site-packages/huggingface_hub/utils/__pycache__/_cache_manager.cpython-310.pyc ADDED
Binary file (29.2 kB). View file
 
deepseek/lib/python3.10/site-packages/huggingface_hub/utils/__pycache__/_chunk_utils.cpython-310.pyc ADDED
Binary file (1.71 kB). View file
 
deepseek/lib/python3.10/site-packages/huggingface_hub/utils/__pycache__/_datetime.cpython-310.pyc ADDED
Binary file (1.83 kB). View file
 
deepseek/lib/python3.10/site-packages/huggingface_hub/utils/__pycache__/_deprecation.cpython-310.pyc ADDED
Binary file (4.94 kB). View file
 
deepseek/lib/python3.10/site-packages/huggingface_hub/utils/__pycache__/_experimental.cpython-310.pyc ADDED
Binary file (1.92 kB). View file
 
deepseek/lib/python3.10/site-packages/huggingface_hub/utils/__pycache__/_git_credential.cpython-310.pyc ADDED
Binary file (4.12 kB). View file
 
deepseek/lib/python3.10/site-packages/huggingface_hub/utils/__pycache__/_headers.cpython-310.pyc ADDED
Binary file (8.14 kB). View file
 
deepseek/lib/python3.10/site-packages/huggingface_hub/utils/__pycache__/_hf_folder.cpython-310.pyc ADDED
Binary file (2.71 kB). View file
 
deepseek/lib/python3.10/site-packages/huggingface_hub/utils/__pycache__/_http.cpython-310.pyc ADDED
Binary file (17 kB). View file
 
deepseek/lib/python3.10/site-packages/huggingface_hub/utils/__pycache__/_lfs.cpython-310.pyc ADDED
Binary file (3.76 kB). View file
 
deepseek/lib/python3.10/site-packages/huggingface_hub/utils/__pycache__/_pagination.cpython-310.pyc ADDED
Binary file (1.42 kB). View file
 
deepseek/lib/python3.10/site-packages/huggingface_hub/utils/__pycache__/_runtime.cpython-310.pyc ADDED
Binary file (9.67 kB). View file
 
deepseek/lib/python3.10/site-packages/huggingface_hub/utils/__pycache__/_safetensors.cpython-310.pyc ADDED
Binary file (4.98 kB). View file
 
deepseek/lib/python3.10/site-packages/huggingface_hub/utils/__pycache__/_subprocess.cpython-310.pyc ADDED
Binary file (3.92 kB). View file
 
deepseek/lib/python3.10/site-packages/huggingface_hub/utils/__pycache__/_telemetry.cpython-310.pyc ADDED
Binary file (4.64 kB). View file
 
deepseek/lib/python3.10/site-packages/huggingface_hub/utils/__pycache__/_typing.cpython-310.pyc ADDED
Binary file (2.64 kB). View file
 
deepseek/lib/python3.10/site-packages/huggingface_hub/utils/__pycache__/_validators.cpython-310.pyc ADDED
Binary file (7.85 kB). View file
 
deepseek/lib/python3.10/site-packages/huggingface_hub/utils/__pycache__/endpoint_helpers.cpython-310.pyc ADDED
Binary file (1.7 kB). View file
 
deepseek/lib/python3.10/site-packages/huggingface_hub/utils/__pycache__/insecure_hashlib.cpython-310.pyc ADDED
Binary file (409 Bytes). View file
 
deepseek/lib/python3.10/site-packages/huggingface_hub/utils/__pycache__/logging.cpython-310.pyc ADDED
Binary file (4.63 kB). View file