==> /opt/conda/bin/git log -n1 <==
commit 20d5f3ca34e0f95be92e9e0ff4796825bf2810af
Author: Stefan Doerr <stefdoerr@gmail.com>
Date:   Thu Feb 20 18:01:17 2025 +0100

    Fix Windows force deserialization by writing ofstream in binary mode (#166)
    
    * remove the path from the force.pt files to test if that's the erro cause
    
    * flush the ofstream before reading it in torch
    
    * Revert "remove the path from the force.pt files to test if that's the erro cause"
    
    This reverts commit 23206b52b2d574bb9f94011ce0d8cc875f5e117b.
    
    * close the file handler
    
    * write to file in binary mode. might be required for line breaks on Windows
==> /opt/conda/bin/git describe --tags --dirty <==
v1.5.1
==> /opt/conda/bin/git status <==
HEAD detached at v1.5.1
Untracked files:
  (use "git add <file>..." to include in what will be committed)
	build/
	build_env_setup.sh
	conda_build.sh
	metadata_conda_debug.yaml

nothing added to commit but untracked files present (use "git add" to track)
