Skip to content

Changes for Flatpak#161

Closed
JuergenFleiss wants to merge 14 commits into
feature_flatpakfrom
develop
Closed

Changes for Flatpak#161
JuergenFleiss wants to merge 14 commits into
feature_flatpakfrom
develop

Conversation

@JuergenFleiss
Copy link
Copy Markdown
Owner

No description provided.

JuergenFleiss and others added 13 commits February 27, 2026 16:32
Switching to AGPL3
Updated README to include installation options for Flathub and MacOS Apple Silicon, along with minor formatting improvements.
Enhance README with installation options and formatting
Evaluates aTrain against the OWASP Top 10 for LLM Applications (2025),
documenting per-risk applicability, conclusions, and mitigations for
Whisper ASR and pyannote speaker diarization.

Relates to #138
Co-authored-by: Jürgen Fleiß <118339672+JuergenFleiss@users.noreply.github.com>
…rity-assessment

docs: Add OWASP Top 10 for LLM Applications applicability assessment
aTrain_core pins torch==2.8.0+cu128, which is only published on
download.pytorch.org and never on PyPI. Declaring the PyTorch index
under [tool.uv.sources] makes `uv sync` work without ad-hoc CLI flags.

Adds uv.lock for reproducible, hash-pinned dependency resolution.
Adds a "Local development setup" section to CONTRIBUTING.md and a short
"For contributors" pointer in README.md. The previous PR commit
encoded the uv-only routing in pyproject.toml (`[tool.uv.sources]`,
`[[tool.uv.index]]`, `uv.lock`); this commit makes that choice
visible to new contributors so they do not have to reverse-engineer
the install path.

The recommended sequence:

    uv sync                 # install runtime dependencies
    uv run aTrain init      # download required ML models
    uv run aTrain start     # run the app

The historical `pip install --extra-index-url ...` workflow still
works but is no longer documented.
@JuergenFleiss
Copy link
Copy Markdown
Owner Author

@ArminHaberl merge if also fine for you

build: route torch via PyTorch index, lock dependencies with uv.lock
@ArminHaberl
Copy link
Copy Markdown
Collaborator

Already tested this and works on Windows as well.

@ArminHaberl
Copy link
Copy Markdown
Collaborator

@JuergenFleiss You can merge if you want :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants