Spaces:
Runtime error
Runtime error
TheDavidYoungblood
commited on
Commit
·
8e70e09
1
Parent(s):
99b6299
99 additions of files in the repo, 99 additions of files...
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- .gitignore +4 -0
- FAISS-index.py +27 -0
- ILYA/Lib/site-packages/_distutils_hack/__init__.py +11 -13
- ILYA/Lib/site-packages/_distutils_hack/__pycache__/__init__.cpython-311.pyc +0 -0
- ILYA/Lib/site-packages/_distutils_hack/__pycache__/override.cpython-311.pyc +0 -0
- ILYA/Lib/site-packages/pip-24.0.dist-info/RECORD +3 -3
- ILYA/Lib/site-packages/pip/__pycache__/__init__.cpython-311.pyc +0 -0
- ILYA/Lib/site-packages/pip/__pycache__/__main__.cpython-311.pyc +0 -0
- ILYA/Lib/site-packages/pip/__pycache__/__pip-runner__.cpython-311.pyc +0 -0
- ILYA/Lib/site-packages/pip/_internal/__pycache__/__init__.cpython-311.pyc +0 -0
- ILYA/Lib/site-packages/pip/_internal/__pycache__/build_env.cpython-311.pyc +0 -0
- ILYA/Lib/site-packages/pip/_internal/__pycache__/cache.cpython-311.pyc +0 -0
- ILYA/Lib/site-packages/pip/_internal/__pycache__/configuration.cpython-311.pyc +0 -0
- ILYA/Lib/site-packages/pip/_internal/__pycache__/exceptions.cpython-311.pyc +0 -0
- ILYA/Lib/site-packages/pip/_internal/__pycache__/main.cpython-311.pyc +0 -0
- ILYA/Lib/site-packages/pip/_internal/__pycache__/pyproject.cpython-311.pyc +0 -0
- ILYA/Lib/site-packages/pip/_internal/__pycache__/self_outdated_check.cpython-311.pyc +0 -0
- ILYA/Lib/site-packages/pip/_internal/__pycache__/wheel_builder.cpython-311.pyc +0 -0
- ILYA/Lib/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-311.pyc +0 -0
- ILYA/Lib/site-packages/pip/_internal/cli/__pycache__/autocompletion.cpython-311.pyc +0 -0
- ILYA/Lib/site-packages/pip/_internal/cli/__pycache__/base_command.cpython-311.pyc +0 -0
- ILYA/Lib/site-packages/pip/_internal/cli/__pycache__/cmdoptions.cpython-311.pyc +0 -0
- ILYA/Lib/site-packages/pip/_internal/cli/__pycache__/command_context.cpython-311.pyc +0 -0
- ILYA/Lib/site-packages/pip/_internal/cli/__pycache__/main.cpython-311.pyc +0 -0
- ILYA/Lib/site-packages/pip/_internal/cli/__pycache__/main_parser.cpython-311.pyc +0 -0
- ILYA/Lib/site-packages/pip/_internal/cli/__pycache__/parser.cpython-311.pyc +0 -0
- ILYA/Lib/site-packages/pip/_internal/cli/__pycache__/progress_bars.cpython-311.pyc +0 -0
- ILYA/Lib/site-packages/pip/_internal/cli/__pycache__/req_command.cpython-311.pyc +0 -0
- ILYA/Lib/site-packages/pip/_internal/cli/__pycache__/spinners.cpython-311.pyc +0 -0
- ILYA/Lib/site-packages/pip/_internal/cli/__pycache__/status_codes.cpython-311.pyc +0 -0
- ILYA/Lib/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-311.pyc +0 -0
- ILYA/Lib/site-packages/pip/_internal/commands/__pycache__/cache.cpython-311.pyc +0 -0
- ILYA/Lib/site-packages/pip/_internal/commands/__pycache__/check.cpython-311.pyc +0 -0
- ILYA/Lib/site-packages/pip/_internal/commands/__pycache__/completion.cpython-311.pyc +0 -0
- ILYA/Lib/site-packages/pip/_internal/commands/__pycache__/configuration.cpython-311.pyc +0 -0
- ILYA/Lib/site-packages/pip/_internal/commands/__pycache__/debug.cpython-311.pyc +0 -0
- ILYA/Lib/site-packages/pip/_internal/commands/__pycache__/download.cpython-311.pyc +0 -0
- ILYA/Lib/site-packages/pip/_internal/commands/__pycache__/freeze.cpython-311.pyc +0 -0
- ILYA/Lib/site-packages/pip/_internal/commands/__pycache__/hash.cpython-311.pyc +0 -0
- ILYA/Lib/site-packages/pip/_internal/commands/__pycache__/help.cpython-311.pyc +0 -0
- ILYA/Lib/site-packages/pip/_internal/commands/__pycache__/index.cpython-311.pyc +0 -0
- ILYA/Lib/site-packages/pip/_internal/commands/__pycache__/inspect.cpython-311.pyc +0 -0
- ILYA/Lib/site-packages/pip/_internal/commands/__pycache__/install.cpython-311.pyc +0 -0
- ILYA/Lib/site-packages/pip/_internal/commands/__pycache__/list.cpython-311.pyc +0 -0
- ILYA/Lib/site-packages/pip/_internal/commands/__pycache__/search.cpython-311.pyc +0 -0
- ILYA/Lib/site-packages/pip/_internal/commands/__pycache__/show.cpython-311.pyc +0 -0
- ILYA/Lib/site-packages/pip/_internal/commands/__pycache__/uninstall.cpython-311.pyc +0 -0
- ILYA/Lib/site-packages/pip/_internal/commands/__pycache__/wheel.cpython-311.pyc +0 -0
- ILYA/Lib/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-311.pyc +0 -0
- ILYA/Lib/site-packages/pip/_internal/distributions/__pycache__/base.cpython-311.pyc +0 -0
.gitignore
CHANGED
|
@@ -63,3 +63,7 @@ dist/
|
|
| 63 |
# Ignore Hugging Face Spaces outputs
|
| 64 |
output/
|
| 65 |
runs/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 63 |
# Ignore Hugging Face Spaces outputs
|
| 64 |
output/
|
| 65 |
runs/
|
| 66 |
+
|
| 67 |
+
# OTHER ELEMENTS TO IGNORE
|
| 68 |
+
pdfs/
|
| 69 |
+
persona.json
|
FAISS-index.py
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
from datasets import Dataset, load_from_disk
|
| 2 |
+
import faiss
|
| 3 |
+
import numpy as np
|
| 4 |
+
from transformers import RagRetriever, RagTokenizer, RagSequenceForGeneration
|
| 5 |
+
|
| 6 |
+
# Example: Create a dataset
|
| 7 |
+
data = {"text": ["This is a sample text.", "Another sample text."]}
|
| 8 |
+
dataset = Dataset.from_dict(data)
|
| 9 |
+
|
| 10 |
+
# Save the dataset to disk
|
| 11 |
+
dataset_path = "path/to/your/dataset"
|
| 12 |
+
dataset.save_to_disk(dataset_path)
|
| 13 |
+
|
| 14 |
+
# Create FAISS index
|
| 15 |
+
passages = dataset["text"]
|
| 16 |
+
tokenizer = RagTokenizer.from_pretrained("facebook/rag-sequence-nq")
|
| 17 |
+
model = RagSequenceForGeneration.from_pretrained("facebook/rag-sequence-nq")
|
| 18 |
+
passage_embeddings = model.get_encoder()(
|
| 19 |
+
tokenizer(passages, return_tensors="pt", padding=True, truncation=True)
|
| 20 |
+
).last_hidden_state.mean(dim=1).detach().numpy()
|
| 21 |
+
|
| 22 |
+
index = faiss.IndexFlatL2(passage_embeddings.shape[1])
|
| 23 |
+
index.add(passage_embeddings)
|
| 24 |
+
|
| 25 |
+
# Save the index to disk
|
| 26 |
+
index_path = "path/to/your/index"
|
| 27 |
+
faiss.write_index(index, index_path)
|
ILYA/Lib/site-packages/_distutils_hack/__init__.py
CHANGED
|
@@ -3,16 +3,9 @@ import sys
|
|
| 3 |
import os
|
| 4 |
|
| 5 |
|
| 6 |
-
is_pypy = '__pypy__' in sys.builtin_module_names
|
| 7 |
-
|
| 8 |
-
|
| 9 |
def warn_distutils_present():
|
| 10 |
if 'distutils' not in sys.modules:
|
| 11 |
return
|
| 12 |
-
if is_pypy and sys.version_info < (3, 7):
|
| 13 |
-
# PyPy for 3.6 unconditionally imports distutils, so bypass the warning
|
| 14 |
-
# https://foss.heptapod.net/pypy/pypy/-/blob/be829135bc0d758997b3566062999ee8b23872b4/lib-python/3/site.py#L250
|
| 15 |
-
return
|
| 16 |
import warnings
|
| 17 |
|
| 18 |
warnings.warn(
|
|
@@ -90,7 +83,7 @@ class DistutilsMetaFinder:
|
|
| 90 |
# optimization: only consider top level modules and those
|
| 91 |
# found in the CPython test suite.
|
| 92 |
if path is not None and not fullname.startswith('test.'):
|
| 93 |
-
return
|
| 94 |
|
| 95 |
method_name = 'spec_for_{fullname}'.format(**locals())
|
| 96 |
method = getattr(self, method_name, lambda: None)
|
|
@@ -98,7 +91,7 @@ class DistutilsMetaFinder:
|
|
| 98 |
|
| 99 |
def spec_for_distutils(self):
|
| 100 |
if self.is_cpython():
|
| 101 |
-
return
|
| 102 |
|
| 103 |
import importlib
|
| 104 |
import importlib.abc
|
|
@@ -115,7 +108,7 @@ class DistutilsMetaFinder:
|
|
| 115 |
# setuptools from the path but only after the hook
|
| 116 |
# has been loaded. Ref #2980.
|
| 117 |
# In either case, fall back to stdlib behavior.
|
| 118 |
-
return
|
| 119 |
|
| 120 |
class DistutilsLoader(importlib.abc.Loader):
|
| 121 |
def create_module(self, spec):
|
|
@@ -142,7 +135,7 @@ class DistutilsMetaFinder:
|
|
| 142 |
Ensure stdlib distutils when running under pip.
|
| 143 |
See pypa/pip#8761 for rationale.
|
| 144 |
"""
|
| 145 |
-
if self.pip_imported_during_build():
|
| 146 |
return
|
| 147 |
clear_distutils()
|
| 148 |
self.spec_for_distutils = lambda: None
|
|
@@ -208,15 +201,20 @@ class shim:
|
|
| 208 |
insert_shim()
|
| 209 |
|
| 210 |
def __exit__(self, exc, value, tb):
|
| 211 |
-
|
| 212 |
|
| 213 |
|
| 214 |
def insert_shim():
|
| 215 |
sys.meta_path.insert(0, DISTUTILS_FINDER)
|
| 216 |
|
| 217 |
|
| 218 |
-
def
|
| 219 |
try:
|
| 220 |
sys.meta_path.remove(DISTUTILS_FINDER)
|
| 221 |
except ValueError:
|
| 222 |
pass
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
import os
|
| 4 |
|
| 5 |
|
|
|
|
|
|
|
|
|
|
| 6 |
def warn_distutils_present():
|
| 7 |
if 'distutils' not in sys.modules:
|
| 8 |
return
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
import warnings
|
| 10 |
|
| 11 |
warnings.warn(
|
|
|
|
| 83 |
# optimization: only consider top level modules and those
|
| 84 |
# found in the CPython test suite.
|
| 85 |
if path is not None and not fullname.startswith('test.'):
|
| 86 |
+
return None
|
| 87 |
|
| 88 |
method_name = 'spec_for_{fullname}'.format(**locals())
|
| 89 |
method = getattr(self, method_name, lambda: None)
|
|
|
|
| 91 |
|
| 92 |
def spec_for_distutils(self):
|
| 93 |
if self.is_cpython():
|
| 94 |
+
return None
|
| 95 |
|
| 96 |
import importlib
|
| 97 |
import importlib.abc
|
|
|
|
| 108 |
# setuptools from the path but only after the hook
|
| 109 |
# has been loaded. Ref #2980.
|
| 110 |
# In either case, fall back to stdlib behavior.
|
| 111 |
+
return None
|
| 112 |
|
| 113 |
class DistutilsLoader(importlib.abc.Loader):
|
| 114 |
def create_module(self, spec):
|
|
|
|
| 135 |
Ensure stdlib distutils when running under pip.
|
| 136 |
See pypa/pip#8761 for rationale.
|
| 137 |
"""
|
| 138 |
+
if sys.version_info >= (3, 12) or self.pip_imported_during_build():
|
| 139 |
return
|
| 140 |
clear_distutils()
|
| 141 |
self.spec_for_distutils = lambda: None
|
|
|
|
| 201 |
insert_shim()
|
| 202 |
|
| 203 |
def __exit__(self, exc, value, tb):
|
| 204 |
+
_remove_shim()
|
| 205 |
|
| 206 |
|
| 207 |
def insert_shim():
|
| 208 |
sys.meta_path.insert(0, DISTUTILS_FINDER)
|
| 209 |
|
| 210 |
|
| 211 |
+
def _remove_shim():
|
| 212 |
try:
|
| 213 |
sys.meta_path.remove(DISTUTILS_FINDER)
|
| 214 |
except ValueError:
|
| 215 |
pass
|
| 216 |
+
|
| 217 |
+
|
| 218 |
+
if sys.version_info < (3, 12):
|
| 219 |
+
# DistutilsMetaFinder can only be disabled in Python < 3.12 (PEP 632)
|
| 220 |
+
remove_shim = _remove_shim
|
ILYA/Lib/site-packages/_distutils_hack/__pycache__/__init__.cpython-311.pyc
CHANGED
|
Binary files a/ILYA/Lib/site-packages/_distutils_hack/__pycache__/__init__.cpython-311.pyc and b/ILYA/Lib/site-packages/_distutils_hack/__pycache__/__init__.cpython-311.pyc differ
|
|
|
ILYA/Lib/site-packages/_distutils_hack/__pycache__/override.cpython-311.pyc
CHANGED
|
Binary files a/ILYA/Lib/site-packages/_distutils_hack/__pycache__/override.cpython-311.pyc and b/ILYA/Lib/site-packages/_distutils_hack/__pycache__/override.cpython-311.pyc differ
|
|
|
ILYA/Lib/site-packages/pip-24.0.dist-info/RECORD
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
-
../../Scripts/pip.exe,sha256=
|
| 2 |
-
../../Scripts/pip3.11.exe,sha256=
|
| 3 |
-
../../Scripts/pip3.exe,sha256=
|
| 4 |
pip-24.0.dist-info/AUTHORS.txt,sha256=SwXm4nkwRkmtnO1ZY-dLy7EPeoQNXMNLby5CN3GlNhY,10388
|
| 5 |
pip-24.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
|
| 6 |
pip-24.0.dist-info/LICENSE.txt,sha256=Y0MApmnUmurmWxLGxIySTFGkzfPR_whtw0VtyLyqIQQ,1093
|
|
|
|
| 1 |
+
../../Scripts/pip.exe,sha256=hFNddXUbkFihSvcCqAYN--Wk2Cwe9FggCeLF2RC_5yc,108478
|
| 2 |
+
../../Scripts/pip3.11.exe,sha256=hFNddXUbkFihSvcCqAYN--Wk2Cwe9FggCeLF2RC_5yc,108478
|
| 3 |
+
../../Scripts/pip3.exe,sha256=hFNddXUbkFihSvcCqAYN--Wk2Cwe9FggCeLF2RC_5yc,108478
|
| 4 |
pip-24.0.dist-info/AUTHORS.txt,sha256=SwXm4nkwRkmtnO1ZY-dLy7EPeoQNXMNLby5CN3GlNhY,10388
|
| 5 |
pip-24.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
|
| 6 |
pip-24.0.dist-info/LICENSE.txt,sha256=Y0MApmnUmurmWxLGxIySTFGkzfPR_whtw0VtyLyqIQQ,1093
|
ILYA/Lib/site-packages/pip/__pycache__/__init__.cpython-311.pyc
CHANGED
|
Binary files a/ILYA/Lib/site-packages/pip/__pycache__/__init__.cpython-311.pyc and b/ILYA/Lib/site-packages/pip/__pycache__/__init__.cpython-311.pyc differ
|
|
|
ILYA/Lib/site-packages/pip/__pycache__/__main__.cpython-311.pyc
CHANGED
|
Binary files a/ILYA/Lib/site-packages/pip/__pycache__/__main__.cpython-311.pyc and b/ILYA/Lib/site-packages/pip/__pycache__/__main__.cpython-311.pyc differ
|
|
|
ILYA/Lib/site-packages/pip/__pycache__/__pip-runner__.cpython-311.pyc
CHANGED
|
Binary files a/ILYA/Lib/site-packages/pip/__pycache__/__pip-runner__.cpython-311.pyc and b/ILYA/Lib/site-packages/pip/__pycache__/__pip-runner__.cpython-311.pyc differ
|
|
|
ILYA/Lib/site-packages/pip/_internal/__pycache__/__init__.cpython-311.pyc
CHANGED
|
Binary files a/ILYA/Lib/site-packages/pip/_internal/__pycache__/__init__.cpython-311.pyc and b/ILYA/Lib/site-packages/pip/_internal/__pycache__/__init__.cpython-311.pyc differ
|
|
|
ILYA/Lib/site-packages/pip/_internal/__pycache__/build_env.cpython-311.pyc
CHANGED
|
Binary files a/ILYA/Lib/site-packages/pip/_internal/__pycache__/build_env.cpython-311.pyc and b/ILYA/Lib/site-packages/pip/_internal/__pycache__/build_env.cpython-311.pyc differ
|
|
|
ILYA/Lib/site-packages/pip/_internal/__pycache__/cache.cpython-311.pyc
CHANGED
|
Binary files a/ILYA/Lib/site-packages/pip/_internal/__pycache__/cache.cpython-311.pyc and b/ILYA/Lib/site-packages/pip/_internal/__pycache__/cache.cpython-311.pyc differ
|
|
|
ILYA/Lib/site-packages/pip/_internal/__pycache__/configuration.cpython-311.pyc
CHANGED
|
Binary files a/ILYA/Lib/site-packages/pip/_internal/__pycache__/configuration.cpython-311.pyc and b/ILYA/Lib/site-packages/pip/_internal/__pycache__/configuration.cpython-311.pyc differ
|
|
|
ILYA/Lib/site-packages/pip/_internal/__pycache__/exceptions.cpython-311.pyc
CHANGED
|
Binary files a/ILYA/Lib/site-packages/pip/_internal/__pycache__/exceptions.cpython-311.pyc and b/ILYA/Lib/site-packages/pip/_internal/__pycache__/exceptions.cpython-311.pyc differ
|
|
|
ILYA/Lib/site-packages/pip/_internal/__pycache__/main.cpython-311.pyc
CHANGED
|
Binary files a/ILYA/Lib/site-packages/pip/_internal/__pycache__/main.cpython-311.pyc and b/ILYA/Lib/site-packages/pip/_internal/__pycache__/main.cpython-311.pyc differ
|
|
|
ILYA/Lib/site-packages/pip/_internal/__pycache__/pyproject.cpython-311.pyc
CHANGED
|
Binary files a/ILYA/Lib/site-packages/pip/_internal/__pycache__/pyproject.cpython-311.pyc and b/ILYA/Lib/site-packages/pip/_internal/__pycache__/pyproject.cpython-311.pyc differ
|
|
|
ILYA/Lib/site-packages/pip/_internal/__pycache__/self_outdated_check.cpython-311.pyc
CHANGED
|
Binary files a/ILYA/Lib/site-packages/pip/_internal/__pycache__/self_outdated_check.cpython-311.pyc and b/ILYA/Lib/site-packages/pip/_internal/__pycache__/self_outdated_check.cpython-311.pyc differ
|
|
|
ILYA/Lib/site-packages/pip/_internal/__pycache__/wheel_builder.cpython-311.pyc
CHANGED
|
Binary files a/ILYA/Lib/site-packages/pip/_internal/__pycache__/wheel_builder.cpython-311.pyc and b/ILYA/Lib/site-packages/pip/_internal/__pycache__/wheel_builder.cpython-311.pyc differ
|
|
|
ILYA/Lib/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-311.pyc
CHANGED
|
Binary files a/ILYA/Lib/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-311.pyc and b/ILYA/Lib/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-311.pyc differ
|
|
|
ILYA/Lib/site-packages/pip/_internal/cli/__pycache__/autocompletion.cpython-311.pyc
CHANGED
|
Binary files a/ILYA/Lib/site-packages/pip/_internal/cli/__pycache__/autocompletion.cpython-311.pyc and b/ILYA/Lib/site-packages/pip/_internal/cli/__pycache__/autocompletion.cpython-311.pyc differ
|
|
|
ILYA/Lib/site-packages/pip/_internal/cli/__pycache__/base_command.cpython-311.pyc
CHANGED
|
Binary files a/ILYA/Lib/site-packages/pip/_internal/cli/__pycache__/base_command.cpython-311.pyc and b/ILYA/Lib/site-packages/pip/_internal/cli/__pycache__/base_command.cpython-311.pyc differ
|
|
|
ILYA/Lib/site-packages/pip/_internal/cli/__pycache__/cmdoptions.cpython-311.pyc
CHANGED
|
Binary files a/ILYA/Lib/site-packages/pip/_internal/cli/__pycache__/cmdoptions.cpython-311.pyc and b/ILYA/Lib/site-packages/pip/_internal/cli/__pycache__/cmdoptions.cpython-311.pyc differ
|
|
|
ILYA/Lib/site-packages/pip/_internal/cli/__pycache__/command_context.cpython-311.pyc
CHANGED
|
Binary files a/ILYA/Lib/site-packages/pip/_internal/cli/__pycache__/command_context.cpython-311.pyc and b/ILYA/Lib/site-packages/pip/_internal/cli/__pycache__/command_context.cpython-311.pyc differ
|
|
|
ILYA/Lib/site-packages/pip/_internal/cli/__pycache__/main.cpython-311.pyc
CHANGED
|
Binary files a/ILYA/Lib/site-packages/pip/_internal/cli/__pycache__/main.cpython-311.pyc and b/ILYA/Lib/site-packages/pip/_internal/cli/__pycache__/main.cpython-311.pyc differ
|
|
|
ILYA/Lib/site-packages/pip/_internal/cli/__pycache__/main_parser.cpython-311.pyc
CHANGED
|
Binary files a/ILYA/Lib/site-packages/pip/_internal/cli/__pycache__/main_parser.cpython-311.pyc and b/ILYA/Lib/site-packages/pip/_internal/cli/__pycache__/main_parser.cpython-311.pyc differ
|
|
|
ILYA/Lib/site-packages/pip/_internal/cli/__pycache__/parser.cpython-311.pyc
CHANGED
|
Binary files a/ILYA/Lib/site-packages/pip/_internal/cli/__pycache__/parser.cpython-311.pyc and b/ILYA/Lib/site-packages/pip/_internal/cli/__pycache__/parser.cpython-311.pyc differ
|
|
|
ILYA/Lib/site-packages/pip/_internal/cli/__pycache__/progress_bars.cpython-311.pyc
CHANGED
|
Binary files a/ILYA/Lib/site-packages/pip/_internal/cli/__pycache__/progress_bars.cpython-311.pyc and b/ILYA/Lib/site-packages/pip/_internal/cli/__pycache__/progress_bars.cpython-311.pyc differ
|
|
|
ILYA/Lib/site-packages/pip/_internal/cli/__pycache__/req_command.cpython-311.pyc
CHANGED
|
Binary files a/ILYA/Lib/site-packages/pip/_internal/cli/__pycache__/req_command.cpython-311.pyc and b/ILYA/Lib/site-packages/pip/_internal/cli/__pycache__/req_command.cpython-311.pyc differ
|
|
|
ILYA/Lib/site-packages/pip/_internal/cli/__pycache__/spinners.cpython-311.pyc
CHANGED
|
Binary files a/ILYA/Lib/site-packages/pip/_internal/cli/__pycache__/spinners.cpython-311.pyc and b/ILYA/Lib/site-packages/pip/_internal/cli/__pycache__/spinners.cpython-311.pyc differ
|
|
|
ILYA/Lib/site-packages/pip/_internal/cli/__pycache__/status_codes.cpython-311.pyc
CHANGED
|
Binary files a/ILYA/Lib/site-packages/pip/_internal/cli/__pycache__/status_codes.cpython-311.pyc and b/ILYA/Lib/site-packages/pip/_internal/cli/__pycache__/status_codes.cpython-311.pyc differ
|
|
|
ILYA/Lib/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-311.pyc
CHANGED
|
Binary files a/ILYA/Lib/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-311.pyc and b/ILYA/Lib/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-311.pyc differ
|
|
|
ILYA/Lib/site-packages/pip/_internal/commands/__pycache__/cache.cpython-311.pyc
CHANGED
|
Binary files a/ILYA/Lib/site-packages/pip/_internal/commands/__pycache__/cache.cpython-311.pyc and b/ILYA/Lib/site-packages/pip/_internal/commands/__pycache__/cache.cpython-311.pyc differ
|
|
|
ILYA/Lib/site-packages/pip/_internal/commands/__pycache__/check.cpython-311.pyc
CHANGED
|
Binary files a/ILYA/Lib/site-packages/pip/_internal/commands/__pycache__/check.cpython-311.pyc and b/ILYA/Lib/site-packages/pip/_internal/commands/__pycache__/check.cpython-311.pyc differ
|
|
|
ILYA/Lib/site-packages/pip/_internal/commands/__pycache__/completion.cpython-311.pyc
CHANGED
|
Binary files a/ILYA/Lib/site-packages/pip/_internal/commands/__pycache__/completion.cpython-311.pyc and b/ILYA/Lib/site-packages/pip/_internal/commands/__pycache__/completion.cpython-311.pyc differ
|
|
|
ILYA/Lib/site-packages/pip/_internal/commands/__pycache__/configuration.cpython-311.pyc
CHANGED
|
Binary files a/ILYA/Lib/site-packages/pip/_internal/commands/__pycache__/configuration.cpython-311.pyc and b/ILYA/Lib/site-packages/pip/_internal/commands/__pycache__/configuration.cpython-311.pyc differ
|
|
|
ILYA/Lib/site-packages/pip/_internal/commands/__pycache__/debug.cpython-311.pyc
CHANGED
|
Binary files a/ILYA/Lib/site-packages/pip/_internal/commands/__pycache__/debug.cpython-311.pyc and b/ILYA/Lib/site-packages/pip/_internal/commands/__pycache__/debug.cpython-311.pyc differ
|
|
|
ILYA/Lib/site-packages/pip/_internal/commands/__pycache__/download.cpython-311.pyc
CHANGED
|
Binary files a/ILYA/Lib/site-packages/pip/_internal/commands/__pycache__/download.cpython-311.pyc and b/ILYA/Lib/site-packages/pip/_internal/commands/__pycache__/download.cpython-311.pyc differ
|
|
|
ILYA/Lib/site-packages/pip/_internal/commands/__pycache__/freeze.cpython-311.pyc
CHANGED
|
Binary files a/ILYA/Lib/site-packages/pip/_internal/commands/__pycache__/freeze.cpython-311.pyc and b/ILYA/Lib/site-packages/pip/_internal/commands/__pycache__/freeze.cpython-311.pyc differ
|
|
|
ILYA/Lib/site-packages/pip/_internal/commands/__pycache__/hash.cpython-311.pyc
CHANGED
|
Binary files a/ILYA/Lib/site-packages/pip/_internal/commands/__pycache__/hash.cpython-311.pyc and b/ILYA/Lib/site-packages/pip/_internal/commands/__pycache__/hash.cpython-311.pyc differ
|
|
|
ILYA/Lib/site-packages/pip/_internal/commands/__pycache__/help.cpython-311.pyc
CHANGED
|
Binary files a/ILYA/Lib/site-packages/pip/_internal/commands/__pycache__/help.cpython-311.pyc and b/ILYA/Lib/site-packages/pip/_internal/commands/__pycache__/help.cpython-311.pyc differ
|
|
|
ILYA/Lib/site-packages/pip/_internal/commands/__pycache__/index.cpython-311.pyc
CHANGED
|
Binary files a/ILYA/Lib/site-packages/pip/_internal/commands/__pycache__/index.cpython-311.pyc and b/ILYA/Lib/site-packages/pip/_internal/commands/__pycache__/index.cpython-311.pyc differ
|
|
|
ILYA/Lib/site-packages/pip/_internal/commands/__pycache__/inspect.cpython-311.pyc
CHANGED
|
Binary files a/ILYA/Lib/site-packages/pip/_internal/commands/__pycache__/inspect.cpython-311.pyc and b/ILYA/Lib/site-packages/pip/_internal/commands/__pycache__/inspect.cpython-311.pyc differ
|
|
|
ILYA/Lib/site-packages/pip/_internal/commands/__pycache__/install.cpython-311.pyc
CHANGED
|
Binary files a/ILYA/Lib/site-packages/pip/_internal/commands/__pycache__/install.cpython-311.pyc and b/ILYA/Lib/site-packages/pip/_internal/commands/__pycache__/install.cpython-311.pyc differ
|
|
|
ILYA/Lib/site-packages/pip/_internal/commands/__pycache__/list.cpython-311.pyc
CHANGED
|
Binary files a/ILYA/Lib/site-packages/pip/_internal/commands/__pycache__/list.cpython-311.pyc and b/ILYA/Lib/site-packages/pip/_internal/commands/__pycache__/list.cpython-311.pyc differ
|
|
|
ILYA/Lib/site-packages/pip/_internal/commands/__pycache__/search.cpython-311.pyc
CHANGED
|
Binary files a/ILYA/Lib/site-packages/pip/_internal/commands/__pycache__/search.cpython-311.pyc and b/ILYA/Lib/site-packages/pip/_internal/commands/__pycache__/search.cpython-311.pyc differ
|
|
|
ILYA/Lib/site-packages/pip/_internal/commands/__pycache__/show.cpython-311.pyc
CHANGED
|
Binary files a/ILYA/Lib/site-packages/pip/_internal/commands/__pycache__/show.cpython-311.pyc and b/ILYA/Lib/site-packages/pip/_internal/commands/__pycache__/show.cpython-311.pyc differ
|
|
|
ILYA/Lib/site-packages/pip/_internal/commands/__pycache__/uninstall.cpython-311.pyc
CHANGED
|
Binary files a/ILYA/Lib/site-packages/pip/_internal/commands/__pycache__/uninstall.cpython-311.pyc and b/ILYA/Lib/site-packages/pip/_internal/commands/__pycache__/uninstall.cpython-311.pyc differ
|
|
|
ILYA/Lib/site-packages/pip/_internal/commands/__pycache__/wheel.cpython-311.pyc
CHANGED
|
Binary files a/ILYA/Lib/site-packages/pip/_internal/commands/__pycache__/wheel.cpython-311.pyc and b/ILYA/Lib/site-packages/pip/_internal/commands/__pycache__/wheel.cpython-311.pyc differ
|
|
|
ILYA/Lib/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-311.pyc
CHANGED
|
Binary files a/ILYA/Lib/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-311.pyc and b/ILYA/Lib/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-311.pyc differ
|
|
|
ILYA/Lib/site-packages/pip/_internal/distributions/__pycache__/base.cpython-311.pyc
CHANGED
|
Binary files a/ILYA/Lib/site-packages/pip/_internal/distributions/__pycache__/base.cpython-311.pyc and b/ILYA/Lib/site-packages/pip/_internal/distributions/__pycache__/base.cpython-311.pyc differ
|
|
|