Skip to content

Conversation

@SarahScargall
Copy link
Contributor

Purpose of the change

This PR secures cfg.yml as the preferred, or primay file name for our configuration file. It also removes mention of the .env file, as it is now unified under cfg.yml. New file structures are also provided in the install guide for both CPU only and GPU installs.

Description

Edits to the Install guide to remove now unneeded accordions for cfg.yml and .env file set up, and instead utilized Accordions to break up the CPU-only config example from the GPU example. Also added a Tip with example code of how to pass a configuration file with any name via the MEMORY_CONFIG environmental variable. Updated the Quickstart guide to reflect the cfg.yml nomenclature and added a note/known issue that some versions of the Docker Compose file may use configuration.yml as the name, which also works.

Fixes/Closes

Fixes #269

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Documentation update

How Has This Been Tested?

Tested on lab system using mint dev.

[Please delete options that are not relevant.]

  • Manual verification (list step-by-step instructions)

Also had windows issues checked by an engineer running on a Windows system (PR #294).

Checklist

  • I have signed the commit(s) within this pull request
  • My code follows the style guidelines of this project (See STYLE_GUIDE.md)
  • I have performed a self-review of my own code
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings

Maintainer Checklist

  • Confirmed all checks passed
  • Contributor has signed the commit(s)
  • Reviewed the code
  • Run, Tested, and Verified the change(s) work as expected

Screenshots/Gifs

N/A

Further comments

The changes in this PR negate changes offered in PR #294, so PR #294 should be closed.

Signed-off-by: sarah <sarah.scargall@memverge.com>
@sscargal sscargal merged commit c65557f into MemMachine:main Oct 15, 2025
7 checks passed
dxu104 pushed a commit to dxu104/MemMachine that referenced this pull request Oct 16, 2025
…file structure (MemMachine#301)

edits to add cfg.yml nomenclature and new unified cfg.yml file

Signed-off-by: sarah <sarah.scargall@memverge.com>
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.

[Docs]: configuring 'Config.yml' File

2 participants