刘 方瑞
刘 方瑞
Just wrote a python script to replicate what would be done in bash ```python from os import path, makedirs, getcwd, chdir from argparse import ArgumentParser import logging import subprocess logging.basicConfig(level=logging.DEBUG)...
> > Just wrote a python script to replicate what would be done in bash > > ```python > > from os import path, makedirs, getcwd, chdir > > from...
Here is a python script may help you https://github.com/facebookresearch/llama/issues/41#issuecomment-1459518524
Does anyone have time to review this PR?
@ntindle could you pls review this pr?