lucid-dl 2.8.4__tar.gz → 2.8.5__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (133) hide show
  1. {lucid_dl-2.8.4/lucid_dl.egg-info → lucid_dl-2.8.5}/PKG-INFO +7 -3
  2. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/README.md +6 -2
  3. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/linalg/_func.py +3 -14
  4. {lucid_dl-2.8.4 → lucid_dl-2.8.5/lucid_dl.egg-info}/PKG-INFO +7 -3
  5. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/setup.py +1 -1
  6. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/LICENSE +0 -0
  7. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/__init__.py +0 -0
  8. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/_backend/__init__.py +0 -0
  9. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/_backend/core.py +0 -0
  10. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/_backend/metal.py +0 -0
  11. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/_func/__init__.py +0 -0
  12. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/_func/bfunc.py +0 -0
  13. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/_func/gfunc.py +0 -0
  14. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/_func/ufunc.py +0 -0
  15. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/_tensor/__init__.py +0 -0
  16. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/_tensor/tensor.py +0 -0
  17. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/_tensor/tensor_ops.py +0 -0
  18. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/_util/__init__.py +0 -0
  19. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/_util/func.py +0 -0
  20. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/data/__init__.py +0 -0
  21. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/data/_base.py +0 -0
  22. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/data/_util.py +0 -0
  23. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/datasets/__init__.py +0 -0
  24. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/datasets/_base.py +0 -0
  25. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/datasets/cifar.py +0 -0
  26. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/datasets/mnist.py +0 -0
  27. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/einops/__init__.py +0 -0
  28. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/einops/_func.py +0 -0
  29. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/error.py +0 -0
  30. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/linalg/__init__.py +0 -0
  31. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/models/__init__.py +0 -0
  32. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/models/imgclf/__init__.py +0 -0
  33. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/models/imgclf/alex.py +0 -0
  34. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/models/imgclf/coatnet.py +0 -0
  35. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/models/imgclf/convnext.py +0 -0
  36. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/models/imgclf/crossvit.py +0 -0
  37. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/models/imgclf/cspnet.py +0 -0
  38. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/models/imgclf/cvt.py +0 -0
  39. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/models/imgclf/dense.py +0 -0
  40. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/models/imgclf/efficient.py +0 -0
  41. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/models/imgclf/efficientformer.py +0 -0
  42. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/models/imgclf/inception.py +0 -0
  43. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/models/imgclf/inception_next.py +0 -0
  44. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/models/imgclf/inception_res.py +0 -0
  45. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/models/imgclf/lenet.py +0 -0
  46. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/models/imgclf/maxvit.py +0 -0
  47. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/models/imgclf/mobile.py +0 -0
  48. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/models/imgclf/pvt.py +0 -0
  49. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/models/imgclf/resnest.py +0 -0
  50. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/models/imgclf/resnet.py +0 -0
  51. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/models/imgclf/resnext.py +0 -0
  52. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/models/imgclf/senet.py +0 -0
  53. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/models/imgclf/sknet.py +0 -0
  54. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/models/imgclf/swin.py +0 -0
  55. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/models/imgclf/vgg.py +0 -0
  56. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/models/imgclf/vit.py +0 -0
  57. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/models/imgclf/xception.py +0 -0
  58. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/models/imgclf/zfnet.py +0 -0
  59. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/models/imggen/__init__.py +0 -0
  60. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/models/imggen/ddpm.py +0 -0
  61. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/models/imggen/vae.py +0 -0
  62. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/models/objdet/__init__.py +0 -0
  63. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/models/objdet/detr.py +0 -0
  64. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/models/objdet/efficientdet.py +0 -0
  65. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/models/objdet/fast_rcnn.py +0 -0
  66. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/models/objdet/faster_rcnn.py +0 -0
  67. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/models/objdet/rcnn.py +0 -0
  68. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/models/objdet/util.py +0 -0
  69. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/models/objdet/yolo/__init__.py +0 -0
  70. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/models/objdet/yolo/yolo_v1.py +0 -0
  71. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/models/objdet/yolo/yolo_v2.py +0 -0
  72. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/models/objdet/yolo/yolo_v3.py +0 -0
  73. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/models/objdet/yolo/yolo_v4.py +0 -0
  74. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/models/seq2seq/__init__.py +0 -0
  75. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/models/seq2seq/transformer.py +0 -0
  76. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/models/util.py +0 -0
  77. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/nn/__init__.py +0 -0
  78. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/nn/functional/__init__.py +0 -0
  79. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/nn/functional/_activation.py +0 -0
  80. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/nn/functional/_attention.py +0 -0
  81. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/nn/functional/_conv.py +0 -0
  82. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/nn/functional/_drop.py +0 -0
  83. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/nn/functional/_linear.py +0 -0
  84. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/nn/functional/_loss.py +0 -0
  85. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/nn/functional/_norm.py +0 -0
  86. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/nn/functional/_pool.py +0 -0
  87. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/nn/functional/_spatial.py +0 -0
  88. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/nn/functional/_util.py +0 -0
  89. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/nn/fused.py +0 -0
  90. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/nn/init/__init__.py +0 -0
  91. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/nn/init/_dist.py +0 -0
  92. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/nn/module.py +0 -0
  93. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/nn/modules/__init__.py +0 -0
  94. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/nn/modules/activation.py +0 -0
  95. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/nn/modules/attention.py +0 -0
  96. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/nn/modules/conv.py +0 -0
  97. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/nn/modules/drop.py +0 -0
  98. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/nn/modules/einops.py +0 -0
  99. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/nn/modules/linear.py +0 -0
  100. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/nn/modules/loss.py +0 -0
  101. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/nn/modules/norm.py +0 -0
  102. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/nn/modules/pool.py +0 -0
  103. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/nn/modules/rnn.py +0 -0
  104. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/nn/modules/sparse.py +0 -0
  105. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/nn/modules/transformer.py +0 -0
  106. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/nn/modules/vision.py +0 -0
  107. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/nn/parameter.py +0 -0
  108. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/nn/util.py +0 -0
  109. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/optim/__init__.py +0 -0
  110. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/optim/_base.py +0 -0
  111. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/optim/ada.py +0 -0
  112. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/optim/adam.py +0 -0
  113. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/optim/lr_scheduler/__init__.py +0 -0
  114. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/optim/lr_scheduler/_base.py +0 -0
  115. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/optim/lr_scheduler/_schedulers.py +0 -0
  116. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/optim/prop.py +0 -0
  117. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/optim/sgd.py +0 -0
  118. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/port.py +0 -0
  119. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/random/__init__.py +0 -0
  120. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/random/_func.py +0 -0
  121. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/transforms/__init__.py +0 -0
  122. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/transforms/_base.py +0 -0
  123. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/transforms/image.py +0 -0
  124. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/types.py +0 -0
  125. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/visual/__init__.py +0 -0
  126. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/visual/graph.py +0 -0
  127. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/weights/__init__.py +0 -0
  128. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid/weights/__init__.pyi +0 -0
  129. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid_dl.egg-info/SOURCES.txt +0 -0
  130. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid_dl.egg-info/dependency_links.txt +0 -0
  131. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid_dl.egg-info/requires.txt +0 -0
  132. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/lucid_dl.egg-info/top_level.txt +0 -0
  133. {lucid_dl-2.8.4 → lucid_dl-2.8.5}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: lucid-dl
3
- Version: 2.8.4
3
+ Version: 2.8.5
4
4
  Summary: Lumerico's Comprehensive Interface for Deep Learning
5
5
  Home-page: https://github.com/ChanLumerico/lucid
6
6
  Author: ChanLumerico
@@ -33,15 +33,19 @@ Dynamic: summary
33
33
  ![PyPI - Total Downloads](https://img.shields.io/badge/total%20downloads-34.0k-yellow.svg)
34
34
  ![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/ChanLumerico/lucid.svg)
35
35
  ![Code Style](https://img.shields.io/badge/code%20style-black-000000.svg)
36
- ![Lines of Code](https://img.shields.io/badge/lines%20of%20code-26.5k-purple.svg)
36
+ ![Lines of Code](https://img.shields.io/badge/lines%20of%20code-26.9k-purple.svg)
37
37
 
38
38
  **Lucid** is a minimalist deep learning framework built entirely from scratch in Python. It offers a pedagogically rich environment to explore the foundations of modern deep learning systems, including autodiff, neural network modules, and GPU acceleration — all while staying lightweight, readable, and free of complex dependencies.
39
39
 
40
40
  Whether you're a student, educator, or an advanced researcher seeking to demystify deep learning internals, Lucid provides a transparent and highly introspectable API that faithfully replicates key behaviors of major frameworks like PyTorch, yet in a form simple enough to study line by line.
41
41
 
42
- [📑 Lucid Documentation](https://chanlumerico.github.io/lucid/build/html/index.html) |
42
+ [📑 Lucid Documentation](https://chanlumerico.github.io/lucid/build/html/index.html) | [✏️ Lucid DevLog](https://velog.io/@lumerico284/series/Lucid-Development) |
43
43
  [🤗 Lucid Huggingface](https://huggingface.co/ChanLumerico/lucid)
44
44
 
45
+ #### Other Languages
46
+
47
+ [🇰🇷 README.md in Korean](https://github.com/ChanLumerico/lucid/blob/main/README.kr.md)
48
+
45
49
  ### 🔥 What's New
46
50
 
47
51
  - Now supports [**`Safetensors`**](https://github.com/huggingface/safetensors) for Lucid neural module porting along with the legacy `.lcd` format
@@ -5,15 +5,19 @@
5
5
  ![PyPI - Total Downloads](https://img.shields.io/badge/total%20downloads-34.0k-yellow.svg)
6
6
  ![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/ChanLumerico/lucid.svg)
7
7
  ![Code Style](https://img.shields.io/badge/code%20style-black-000000.svg)
8
- ![Lines of Code](https://img.shields.io/badge/lines%20of%20code-26.5k-purple.svg)
8
+ ![Lines of Code](https://img.shields.io/badge/lines%20of%20code-26.9k-purple.svg)
9
9
 
10
10
  **Lucid** is a minimalist deep learning framework built entirely from scratch in Python. It offers a pedagogically rich environment to explore the foundations of modern deep learning systems, including autodiff, neural network modules, and GPU acceleration — all while staying lightweight, readable, and free of complex dependencies.
11
11
 
12
12
  Whether you're a student, educator, or an advanced researcher seeking to demystify deep learning internals, Lucid provides a transparent and highly introspectable API that faithfully replicates key behaviors of major frameworks like PyTorch, yet in a form simple enough to study line by line.
13
13
 
14
- [📑 Lucid Documentation](https://chanlumerico.github.io/lucid/build/html/index.html) |
14
+ [📑 Lucid Documentation](https://chanlumerico.github.io/lucid/build/html/index.html) | [✏️ Lucid DevLog](https://velog.io/@lumerico284/series/Lucid-Development) |
15
15
  [🤗 Lucid Huggingface](https://huggingface.co/ChanLumerico/lucid)
16
16
 
17
+ #### Other Languages
18
+
19
+ [🇰🇷 README.md in Korean](https://github.com/ChanLumerico/lucid/blob/main/README.kr.md)
20
+
17
21
  ### 🔥 What's New
18
22
 
19
23
  - Now supports [**`Safetensors`**](https://github.com/huggingface/safetensors) for Lucid neural module porting along with the legacy `.lcd` format
@@ -142,7 +142,6 @@ class cholesky(operation):
142
142
  return int((1 / 3) * a.shape[-1] ** 3)
143
143
 
144
144
 
145
- @fallback
146
145
  class norm(operation):
147
146
  def __init__(
148
147
  self,
@@ -168,20 +167,10 @@ class norm(operation):
168
167
 
169
168
  @unary_func_op(device="gpu")
170
169
  def gpu(self, a: Tensor) -> _FuncOpReturnType:
171
- fallback_ = self.axis is None or (
172
- isinstance(self.axis, (tuple, list)) and a.ndim > 1
170
+ mx_ord = self.ord if not (self.ord == 2 and a.ndim > 2) else None
171
+ self.result = Tensor(
172
+ mx.linalg.norm(a.data, ord=mx_ord, axis=self.axis, keepdims=self.keepdims)
173
173
  )
174
- if fallback_:
175
- result_data = np.linalg.norm(
176
- a.data, ord=self.ord, axis=self.axis, keepdims=self.keepdims
177
- )
178
- self.result = Tensor(result_data, device="gpu")
179
- else:
180
- result_data = mx.linalg.norm(
181
- a.data, ord=self.ord, axis=self.axis, keepdims=self.keepdims
182
- )
183
- self.result = Tensor(result_data)
184
-
185
174
  return self.result, partial(self.__grad__, a=a, lib_=mx)
186
175
 
187
176
  def __grad__(self, a: Tensor, lib_: ModuleType) -> _GradFuncType:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: lucid-dl
3
- Version: 2.8.4
3
+ Version: 2.8.5
4
4
  Summary: Lumerico's Comprehensive Interface for Deep Learning
5
5
  Home-page: https://github.com/ChanLumerico/lucid
6
6
  Author: ChanLumerico
@@ -33,15 +33,19 @@ Dynamic: summary
33
33
  ![PyPI - Total Downloads](https://img.shields.io/badge/total%20downloads-34.0k-yellow.svg)
34
34
  ![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/ChanLumerico/lucid.svg)
35
35
  ![Code Style](https://img.shields.io/badge/code%20style-black-000000.svg)
36
- ![Lines of Code](https://img.shields.io/badge/lines%20of%20code-26.5k-purple.svg)
36
+ ![Lines of Code](https://img.shields.io/badge/lines%20of%20code-26.9k-purple.svg)
37
37
 
38
38
  **Lucid** is a minimalist deep learning framework built entirely from scratch in Python. It offers a pedagogically rich environment to explore the foundations of modern deep learning systems, including autodiff, neural network modules, and GPU acceleration — all while staying lightweight, readable, and free of complex dependencies.
39
39
 
40
40
  Whether you're a student, educator, or an advanced researcher seeking to demystify deep learning internals, Lucid provides a transparent and highly introspectable API that faithfully replicates key behaviors of major frameworks like PyTorch, yet in a form simple enough to study line by line.
41
41
 
42
- [📑 Lucid Documentation](https://chanlumerico.github.io/lucid/build/html/index.html) |
42
+ [📑 Lucid Documentation](https://chanlumerico.github.io/lucid/build/html/index.html) | [✏️ Lucid DevLog](https://velog.io/@lumerico284/series/Lucid-Development) |
43
43
  [🤗 Lucid Huggingface](https://huggingface.co/ChanLumerico/lucid)
44
44
 
45
+ #### Other Languages
46
+
47
+ [🇰🇷 README.md in Korean](https://github.com/ChanLumerico/lucid/blob/main/README.kr.md)
48
+
45
49
  ### 🔥 What's New
46
50
 
47
51
  - Now supports [**`Safetensors`**](https://github.com/huggingface/safetensors) for Lucid neural module porting along with the legacy `.lcd` format
@@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
5
5
 
6
6
  setuptools.setup(
7
7
  name="lucid-dl",
8
- version="2.8.4",
8
+ version="2.8.5",
9
9
  author="ChanLumerico",
10
10
  author_email="greensox284@gmail.com",
11
11
  description="Lumerico's Comprehensive Interface for Deep Learning",
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes