瀏覽代碼

renaming the prompt format file to conform to repo standards

Beto 1 年之前
父節點
當前提交
3e710f71f8
共有 2 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      examples/llama_guard/__init__.py
  2. 0 0
      src/llama_recipes/inference/prompt_format_utils.py

+ 3 - 0
examples/llama_guard/__init__.py

@@ -0,0 +1,3 @@
+# Copyright (c) Meta Platforms, Inc. and affiliates.
+# This software may be used and distributed according to the terms of the Llama 2 Community License Agreement.
+

src/llama_recipes/inference/prompt_format.py → src/llama_recipes/inference/prompt_format_utils.py