You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Inside of a Bash shell, attempt to execute the command example shown on line 79 of the README.md file located in this project's root directory, i.e. "export 12B_DIR=$MISTRAL_MODEL/12B_Nemo"
Receive the error: "-bash: export: `12B_DIR=/home/my/path/mistral_models/12B_Nemo': not a valid identifier"
Expected Behavior
Successful export of the environment variable.
Additional Context
Other shells may or may not have this problem? But in Bash, environment variables must not begin with a digit or number.
Suggested Solutions
Perhaps the variable could be renamed to DIR_12B?
First issue I've ever found. Hope this is OK. Thank you for your hard work on this amazing project.
The text was updated successfully, but these errors were encountered:
Python -VV
Pip Freeze
Reproduction Steps
Expected Behavior
Successful export of the environment variable.
Additional Context
Other shells may or may not have this problem? But in Bash, environment variables must not begin with a digit or number.
Suggested Solutions
Perhaps the variable could be renamed to DIR_12B?
First issue I've ever found. Hope this is OK. Thank you for your hard work on this amazing project.
The text was updated successfully, but these errors were encountered: