Skip to content

Commit

Permalink
Rename as LlamaCppRemote
Browse files Browse the repository at this point in the history
  • Loading branch information
D-X-Y committed Oct 7, 2023
1 parent 5b783c0 commit 116bfa3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion langfun/core/llms/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
from langfun.core.llms.openai import Gpt3Ada

# LLaMA C++ models.
from langfun.core.llms.llama_cpp import RemoteLLaMACPP
from langfun.core.llms.llama_cpp import LlamaCppRemote

# Placeholder for Google-internal imports.

Expand Down
2 changes: 1 addition & 1 deletion langfun/core/llms/llama_cpp.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import langfun.core as lf

@lf.use_init_args(['url'])
class RemoteLLaMACPP(lf.LanguageModel):
class LlamaCppRemote(lf.LanguageModel):
"""The remote LLaMA C++ model.
The Remote LLaMA C++ models can be launched via
Expand Down

0 comments on commit 116bfa3

Please sign in to comment.