mirror of
https://github.com/likelovewant/ollama-for-amd.git
synced 2025-12-22 06:43:57 +00:00
use all caps for constants
This commit is contained in:
@@ -31,7 +31,7 @@ def main():
|
||||
)
|
||||
|
||||
# create models home if it doesn't exist
|
||||
os.makedirs(model.models_home, exist_ok=True)
|
||||
os.makedirs(model.MODELS_CACHE_PATH, exist_ok=True)
|
||||
|
||||
subparsers = parser.add_subparsers(
|
||||
title='commands',
|
||||
|
||||
Reference in New Issue
Block a user