langtrain 0.1.11 → 0.1.12

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.
package/README.md CHANGED
@@ -32,10 +32,10 @@ Langtrain brings the power of **Langvision** (Computer Vision) and **Langtune**
32
32
 
33
33
  | Feature | Description |
34
34
  | :--- | :--- |
35
- | **👁️ Computer Vision** | Advanced image analysis, object detection, and visual reasoning powered by `Langvision`. |
36
- | **🧠 LLM Optimization** | Fine-tune and optimize language models effortlessly with `Langtune`. |
37
- | **📦 Unified & Bundled** | A single dependency for your entire AI stack. Zero configuration required. |
38
- | **⚡ Type-Safe** | Built with TypeScript for a robust, developer-friendly experience. |
35
+ | **Computer Vision** | Advanced image analysis, object detection, and visual reasoning powered by `Langvision`. |
36
+ | **LLM Optimization** | Fine-tune and optimize language models effortlessly with `Langtune`. |
37
+ | **Unified & Bundled** | A single dependency for your entire AI stack. Zero configuration required. |
38
+ | **Type Safe** | Built with TypeScript for a robust, developer-friendly experience. |
39
39
 
40
40
  ## Quick Start
41
41
 
package/dist/cli.d.mts ADDED
@@ -0,0 +1 @@
1
+ #!/usr/bin/env node
package/dist/cli.d.ts ADDED
@@ -0,0 +1 @@
1
+ #!/usr/bin/env node