ZTWHHH commited on
Commit
324a4e3
·
verified ·
1 Parent(s): c500ce5

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 +1 -0
  2. wemm/lib/python3.10/site-packages/aiohttp/_http_parser.cpython-310-x86_64-linux-gnu.so +3 -0
  3. wemm/lib/python3.10/site-packages/torch/nn/__pycache__/common_types.cpython-310.pyc +0 -0
  4. wemm/lib/python3.10/site-packages/torch/nn/__pycache__/cpp.cpython-310.pyc +0 -0
  5. wemm/lib/python3.10/site-packages/torch/nn/__pycache__/grad.cpython-310.pyc +0 -0
  6. wemm/lib/python3.10/site-packages/torch/nn/__pycache__/init.cpython-310.pyc +0 -0
  7. wemm/lib/python3.10/site-packages/torch/nn/__pycache__/parameter.cpython-310.pyc +0 -0
  8. wemm/lib/python3.10/site-packages/torch/nn/backends/__init__.py +0 -0
  9. wemm/lib/python3.10/site-packages/torch/nn/backends/__pycache__/__init__.cpython-310.pyc +0 -0
  10. wemm/lib/python3.10/site-packages/torch/nn/backends/__pycache__/thnn.cpython-310.pyc +0 -0
  11. wemm/lib/python3.10/site-packages/torch/nn/intrinsic/modules/fused.py +30 -0
  12. wemm/lib/python3.10/site-packages/torch/nn/intrinsic/qat/__pycache__/__init__.cpython-310.pyc +0 -0
  13. wemm/lib/python3.10/site-packages/torch/nn/intrinsic/qat/modules/__pycache__/conv_fused.cpython-310.pyc +0 -0
  14. wemm/lib/python3.10/site-packages/torch/nn/intrinsic/qat/modules/__pycache__/linear_relu.cpython-310.pyc +0 -0
  15. wemm/lib/python3.10/site-packages/torch/nn/intrinsic/quantized/dynamic/__init__.py +1 -0
  16. wemm/lib/python3.10/site-packages/torch/nn/intrinsic/quantized/dynamic/__pycache__/__init__.cpython-310.pyc +0 -0
  17. wemm/lib/python3.10/site-packages/torch/nn/intrinsic/quantized/dynamic/modules/__init__.py +5 -0
  18. wemm/lib/python3.10/site-packages/torch/nn/intrinsic/quantized/dynamic/modules/__pycache__/__init__.cpython-310.pyc +0 -0
  19. wemm/lib/python3.10/site-packages/torch/nn/intrinsic/quantized/dynamic/modules/__pycache__/linear_relu.cpython-310.pyc +0 -0
  20. wemm/lib/python3.10/site-packages/torch/nn/intrinsic/quantized/dynamic/modules/linear_relu.py +5 -0
  21. wemm/lib/python3.10/site-packages/torch/nn/intrinsic/quantized/modules/__pycache__/__init__.cpython-310.pyc +0 -0
  22. wemm/lib/python3.10/site-packages/torch/nn/intrinsic/quantized/modules/__pycache__/bn_relu.cpython-310.pyc +0 -0
  23. wemm/lib/python3.10/site-packages/torch/nn/intrinsic/quantized/modules/__pycache__/conv_relu.cpython-310.pyc +0 -0
  24. wemm/lib/python3.10/site-packages/torch/nn/intrinsic/quantized/modules/__pycache__/linear_relu.cpython-310.pyc +0 -0
  25. wemm/lib/python3.10/site-packages/torch/nn/modules/__pycache__/activation.cpython-310.pyc +0 -0
  26. wemm/lib/python3.10/site-packages/torch/nn/modules/__pycache__/pixelshuffle.cpython-310.pyc +0 -0
  27. wemm/lib/python3.10/site-packages/torch/nn/qat/__init__.py +18 -0
  28. wemm/lib/python3.10/site-packages/torch/nn/qat/modules/__pycache__/__init__.cpython-310.pyc +0 -0
  29. wemm/lib/python3.10/site-packages/torch/nn/qat/modules/__pycache__/embedding_ops.cpython-310.pyc +0 -0
  30. wemm/lib/python3.10/site-packages/torch/nn/qat/modules/__pycache__/linear.cpython-310.pyc +0 -0
  31. wemm/lib/python3.10/site-packages/torch/nn/qat/modules/conv.py +12 -0
  32. wemm/lib/python3.10/site-packages/torch/nn/qat/modules/embedding_ops.py +14 -0
  33. wemm/lib/python3.10/site-packages/torch/nn/qat/modules/linear.py +10 -0
  34. wemm/lib/python3.10/site-packages/torch/nn/quantizable/__init__.py +1 -0
  35. wemm/lib/python3.10/site-packages/torch/nn/quantizable/__pycache__/__init__.cpython-310.pyc +0 -0
  36. wemm/lib/python3.10/site-packages/torch/nn/quantizable/modules/__init__.py +9 -0
  37. wemm/lib/python3.10/site-packages/torch/nn/quantizable/modules/__pycache__/__init__.cpython-310.pyc +0 -0
  38. wemm/lib/python3.10/site-packages/torch/nn/quantizable/modules/__pycache__/activation.cpython-310.pyc +0 -0
  39. wemm/lib/python3.10/site-packages/torch/nn/quantizable/modules/activation.py +10 -0
  40. wemm/lib/python3.10/site-packages/torch/nn/quantizable/modules/rnn.py +11 -0
  41. wemm/lib/python3.10/site-packages/torch/nn/utils/__pycache__/__init__.cpython-310.pyc +0 -0
  42. wemm/lib/python3.10/site-packages/torch/nn/utils/__pycache__/_deprecation_utils.cpython-310.pyc +0 -0
  43. wemm/lib/python3.10/site-packages/torch/nn/utils/__pycache__/_named_member_accessor.cpython-310.pyc +0 -0
  44. wemm/lib/python3.10/site-packages/torch/nn/utils/__pycache__/_per_sample_grad.cpython-310.pyc +0 -0
  45. wemm/lib/python3.10/site-packages/torch/nn/utils/__pycache__/clip_grad.cpython-310.pyc +0 -0
  46. wemm/lib/python3.10/site-packages/torch/nn/utils/__pycache__/convert_parameters.cpython-310.pyc +0 -0
  47. wemm/lib/python3.10/site-packages/torch/nn/utils/__pycache__/fusion.cpython-310.pyc +0 -0
  48. wemm/lib/python3.10/site-packages/torch/nn/utils/__pycache__/init.cpython-310.pyc +0 -0
  49. wemm/lib/python3.10/site-packages/torch/nn/utils/__pycache__/memory_format.cpython-310.pyc +0 -0
  50. wemm/lib/python3.10/site-packages/torch/nn/utils/__pycache__/parametrizations.cpython-310.pyc +0 -0
.gitattributes CHANGED
@@ -214,3 +214,4 @@ wemm/lib/python3.10/site-packages/sympy/solvers/__pycache__/solveset.cpython-310
214
  wemm/lib/python3.10/site-packages/sympy/logic/__pycache__/boolalg.cpython-310.pyc filter=lfs diff=lfs merge=lfs -text
215
  wemm/lib/python3.10/site-packages/torch/bin/protoc filter=lfs diff=lfs merge=lfs -text
216
  wemm/lib/python3.10/site-packages/torch/bin/protoc-3.13.0.0 filter=lfs diff=lfs merge=lfs -text
 
 
214
  wemm/lib/python3.10/site-packages/sympy/logic/__pycache__/boolalg.cpython-310.pyc filter=lfs diff=lfs merge=lfs -text
215
  wemm/lib/python3.10/site-packages/torch/bin/protoc filter=lfs diff=lfs merge=lfs -text
216
  wemm/lib/python3.10/site-packages/torch/bin/protoc-3.13.0.0 filter=lfs diff=lfs merge=lfs -text
217
+ wemm/lib/python3.10/site-packages/aiohttp/_http_parser.cpython-310-x86_64-linux-gnu.so filter=lfs diff=lfs merge=lfs -text
wemm/lib/python3.10/site-packages/aiohttp/_http_parser.cpython-310-x86_64-linux-gnu.so ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f317d5ffb73de685f0b086df5593d098347cb711e611d7cd23ab2a859b7b7735
3
+ size 2627272
wemm/lib/python3.10/site-packages/torch/nn/__pycache__/common_types.cpython-310.pyc ADDED
Binary file (1 kB). View file
 
wemm/lib/python3.10/site-packages/torch/nn/__pycache__/cpp.cpython-310.pyc ADDED
Binary file (3.44 kB). View file
 
wemm/lib/python3.10/site-packages/torch/nn/__pycache__/grad.cpython-310.pyc ADDED
Binary file (8.47 kB). View file
 
wemm/lib/python3.10/site-packages/torch/nn/__pycache__/init.cpython-310.pyc ADDED
Binary file (18.1 kB). View file
 
wemm/lib/python3.10/site-packages/torch/nn/__pycache__/parameter.cpython-310.pyc ADDED
Binary file (8.76 kB). View file
 
wemm/lib/python3.10/site-packages/torch/nn/backends/__init__.py ADDED
File without changes
wemm/lib/python3.10/site-packages/torch/nn/backends/__pycache__/__init__.cpython-310.pyc ADDED
Binary file (167 Bytes). View file
 
wemm/lib/python3.10/site-packages/torch/nn/backends/__pycache__/thnn.cpython-310.pyc ADDED
Binary file (279 Bytes). View file
 
wemm/lib/python3.10/site-packages/torch/nn/intrinsic/modules/fused.py ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ from torch.ao.nn.intrinsic import BNReLU2d
2
+ from torch.ao.nn.intrinsic import BNReLU3d
3
+ from torch.ao.nn.intrinsic import ConvBn1d
4
+ from torch.ao.nn.intrinsic import ConvBn2d
5
+ from torch.ao.nn.intrinsic import ConvBn3d
6
+ from torch.ao.nn.intrinsic import ConvBnReLU1d
7
+ from torch.ao.nn.intrinsic import ConvBnReLU2d
8
+ from torch.ao.nn.intrinsic import ConvBnReLU3d
9
+ from torch.ao.nn.intrinsic import ConvReLU1d
10
+ from torch.ao.nn.intrinsic import ConvReLU2d
11
+ from torch.ao.nn.intrinsic import ConvReLU3d
12
+ from torch.ao.nn.intrinsic import LinearBn1d
13
+ from torch.ao.nn.intrinsic import LinearReLU
14
+ from torch.ao.nn.intrinsic.modules.fused import _FusedModule # noqa: F401
15
+
16
+ __all__ = [
17
+ 'BNReLU2d',
18
+ 'BNReLU3d',
19
+ 'ConvBn1d',
20
+ 'ConvBn2d',
21
+ 'ConvBn3d',
22
+ 'ConvBnReLU1d',
23
+ 'ConvBnReLU2d',
24
+ 'ConvBnReLU3d',
25
+ 'ConvReLU1d',
26
+ 'ConvReLU2d',
27
+ 'ConvReLU3d',
28
+ 'LinearBn1d',
29
+ 'LinearReLU',
30
+ ]
wemm/lib/python3.10/site-packages/torch/nn/intrinsic/qat/__pycache__/__init__.cpython-310.pyc ADDED
Binary file (196 Bytes). View file
 
wemm/lib/python3.10/site-packages/torch/nn/intrinsic/qat/modules/__pycache__/conv_fused.cpython-310.pyc ADDED
Binary file (1.02 kB). View file
 
wemm/lib/python3.10/site-packages/torch/nn/intrinsic/qat/modules/__pycache__/linear_relu.cpython-310.pyc ADDED
Binary file (628 Bytes). View file
 
wemm/lib/python3.10/site-packages/torch/nn/intrinsic/quantized/dynamic/__init__.py ADDED
@@ -0,0 +1 @@
 
 
1
+ from .modules import * # noqa: F403
wemm/lib/python3.10/site-packages/torch/nn/intrinsic/quantized/dynamic/__pycache__/__init__.cpython-310.pyc ADDED
Binary file (210 Bytes). View file
 
wemm/lib/python3.10/site-packages/torch/nn/intrinsic/quantized/dynamic/modules/__init__.py ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ from .linear_relu import LinearReLU
2
+
3
+ __all__ = [
4
+ 'LinearReLU',
5
+ ]
wemm/lib/python3.10/site-packages/torch/nn/intrinsic/quantized/dynamic/modules/__pycache__/__init__.cpython-310.pyc ADDED
Binary file (264 Bytes). View file
 
wemm/lib/python3.10/site-packages/torch/nn/intrinsic/quantized/dynamic/modules/__pycache__/linear_relu.cpython-310.pyc ADDED
Binary file (295 Bytes). View file
 
wemm/lib/python3.10/site-packages/torch/nn/intrinsic/quantized/dynamic/modules/linear_relu.py ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ from torch.ao.nn.intrinsic.quantized.dynamic import LinearReLU
2
+
3
+ __all__ = [
4
+ 'LinearReLU',
5
+ ]
wemm/lib/python3.10/site-packages/torch/nn/intrinsic/quantized/modules/__pycache__/__init__.cpython-310.pyc ADDED
Binary file (428 Bytes). View file
 
wemm/lib/python3.10/site-packages/torch/nn/intrinsic/quantized/modules/__pycache__/bn_relu.cpython-310.pyc ADDED
Binary file (313 Bytes). View file
 
wemm/lib/python3.10/site-packages/torch/nn/intrinsic/quantized/modules/__pycache__/conv_relu.cpython-310.pyc ADDED
Binary file (355 Bytes). View file
 
wemm/lib/python3.10/site-packages/torch/nn/intrinsic/quantized/modules/__pycache__/linear_relu.cpython-310.pyc ADDED
Binary file (279 Bytes). View file
 
wemm/lib/python3.10/site-packages/torch/nn/modules/__pycache__/activation.cpython-310.pyc ADDED
Binary file (52.3 kB). View file
 
wemm/lib/python3.10/site-packages/torch/nn/modules/__pycache__/pixelshuffle.cpython-310.pyc ADDED
Binary file (4.22 kB). View file
 
wemm/lib/python3.10/site-packages/torch/nn/qat/__init__.py ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # flake8: noqa: F401
2
+ r"""QAT Dynamic Modules
3
+
4
+ This package is in the process of being deprecated.
5
+ Please, use `torch.ao.nn.qat.dynamic` instead.
6
+ """
7
+ from . import dynamic # noqa: F403
8
+ from . import modules # noqa: F403
9
+ from .modules import * # noqa: F403
10
+
11
+ __all__ = [
12
+ "Linear",
13
+ "Conv1d",
14
+ "Conv2d",
15
+ "Conv3d",
16
+ "Embedding",
17
+ "EmbeddingBag",
18
+ ]
wemm/lib/python3.10/site-packages/torch/nn/qat/modules/__pycache__/__init__.cpython-310.pyc ADDED
Binary file (721 Bytes). View file
 
wemm/lib/python3.10/site-packages/torch/nn/qat/modules/__pycache__/embedding_ops.cpython-310.pyc ADDED
Binary file (641 Bytes). View file
 
wemm/lib/python3.10/site-packages/torch/nn/qat/modules/__pycache__/linear.cpython-310.pyc ADDED
Binary file (560 Bytes). View file
 
wemm/lib/python3.10/site-packages/torch/nn/qat/modules/conv.py ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # flake8: noqa: F401
2
+ r"""QAT Modules
3
+
4
+ This file is in the process of migration to `torch/ao/nn/qat`, and
5
+ is kept here for compatibility while the migration process is ongoing.
6
+ If you are adding a new entry/functionality, please, add it to the
7
+ appropriate file under the `torch/ao/nn/qat/modules`,
8
+ while adding an import statement here.
9
+ """
10
+ from torch.ao.nn.qat.modules.conv import Conv1d
11
+ from torch.ao.nn.qat.modules.conv import Conv2d
12
+ from torch.ao.nn.qat.modules.conv import Conv3d
wemm/lib/python3.10/site-packages/torch/nn/qat/modules/embedding_ops.py ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # flake8: noqa: F401
2
+ r"""QAT Modules
3
+
4
+ This file is in the process of migration to `torch/ao/nn/qat`, and
5
+ is kept here for compatibility while the migration process is ongoing.
6
+ If you are adding a new entry/functionality, please, add it to the
7
+ appropriate file under the `torch/ao/nn/qat/modules`,
8
+ while adding an import statement here.
9
+ """
10
+
11
+ __all__ = ['Embedding', 'EmbeddingBag']
12
+
13
+ from torch.ao.nn.qat.modules.embedding_ops import Embedding
14
+ from torch.ao.nn.qat.modules.embedding_ops import EmbeddingBag
wemm/lib/python3.10/site-packages/torch/nn/qat/modules/linear.py ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ # flake8: noqa: F401
2
+ r"""QAT Modules
3
+
4
+ This file is in the process of migration to `torch/ao/nn/qat`, and
5
+ is kept here for compatibility while the migration process is ongoing.
6
+ If you are adding a new entry/functionality, please, add it to the
7
+ appropriate file under the `torch/ao/nn/qat/modules`,
8
+ while adding an import statement here.
9
+ """
10
+ from torch.ao.nn.qat.modules.linear import Linear
wemm/lib/python3.10/site-packages/torch/nn/quantizable/__init__.py ADDED
@@ -0,0 +1 @@
 
 
1
+ from .modules import * # noqa: F403
wemm/lib/python3.10/site-packages/torch/nn/quantizable/__pycache__/__init__.cpython-310.pyc ADDED
Binary file (194 Bytes). View file
 
wemm/lib/python3.10/site-packages/torch/nn/quantizable/modules/__init__.py ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ from torch.ao.nn.quantizable.modules.activation import MultiheadAttention
2
+ from torch.ao.nn.quantizable.modules.rnn import LSTM
3
+ from torch.ao.nn.quantizable.modules.rnn import LSTMCell
4
+
5
+ __all__ = [
6
+ 'LSTM',
7
+ 'LSTMCell',
8
+ 'MultiheadAttention',
9
+ ]
wemm/lib/python3.10/site-packages/torch/nn/quantizable/modules/__pycache__/__init__.cpython-310.pyc ADDED
Binary file (394 Bytes). View file
 
wemm/lib/python3.10/site-packages/torch/nn/quantizable/modules/__pycache__/activation.cpython-310.pyc ADDED
Binary file (620 Bytes). View file
 
wemm/lib/python3.10/site-packages/torch/nn/quantizable/modules/activation.py ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ # flake8: noqa: F401
2
+ r"""Quantizable Modules
3
+
4
+ This file is in the process of migration to `torch/ao/nn/quantizable`, and
5
+ is kept here for compatibility while the migration process is ongoing.
6
+ If you are adding a new entry/functionality, please, add it to the
7
+ appropriate file under the `torch/ao/nn/quantizable/modules`,
8
+ while adding an import statement here.
9
+ """
10
+ from torch.ao.nn.quantizable.modules.activation import MultiheadAttention
wemm/lib/python3.10/site-packages/torch/nn/quantizable/modules/rnn.py ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # flake8: noqa: F401
2
+ r"""Quantizable Modules
3
+
4
+ This file is in the process of migration to `torch/ao/nn/quantizable`, and
5
+ is kept here for compatibility while the migration process is ongoing.
6
+ If you are adding a new entry/functionality, please, add it to the
7
+ appropriate file under the `torch/ao/nn/quantizable/modules`,
8
+ while adding an import statement here.
9
+ """
10
+ from torch.ao.nn.quantizable.modules.rnn import LSTM
11
+ from torch.ao.nn.quantizable.modules.rnn import LSTMCell
wemm/lib/python3.10/site-packages/torch/nn/utils/__pycache__/__init__.cpython-310.pyc ADDED
Binary file (778 Bytes). View file
 
wemm/lib/python3.10/site-packages/torch/nn/utils/__pycache__/_deprecation_utils.cpython-310.pyc ADDED
Binary file (1.83 kB). View file
 
wemm/lib/python3.10/site-packages/torch/nn/utils/__pycache__/_named_member_accessor.cpython-310.pyc ADDED
Binary file (11.1 kB). View file
 
wemm/lib/python3.10/site-packages/torch/nn/utils/__pycache__/_per_sample_grad.cpython-310.pyc ADDED
Binary file (5.58 kB). View file
 
wemm/lib/python3.10/site-packages/torch/nn/utils/__pycache__/clip_grad.cpython-310.pyc ADDED
Binary file (5.66 kB). View file
 
wemm/lib/python3.10/site-packages/torch/nn/utils/__pycache__/convert_parameters.cpython-310.pyc ADDED
Binary file (2.35 kB). View file
 
wemm/lib/python3.10/site-packages/torch/nn/utils/__pycache__/fusion.cpython-310.pyc ADDED
Binary file (1.66 kB). View file
 
wemm/lib/python3.10/site-packages/torch/nn/utils/__pycache__/init.cpython-310.pyc ADDED
Binary file (2.36 kB). View file
 
wemm/lib/python3.10/site-packages/torch/nn/utils/__pycache__/memory_format.cpython-310.pyc ADDED
Binary file (3.89 kB). View file
 
wemm/lib/python3.10/site-packages/torch/nn/utils/__pycache__/parametrizations.cpython-310.pyc ADDED
Binary file (15.1 kB). View file