Skip to content

Commit

Permalink
help
Browse files Browse the repository at this point in the history
  • Loading branch information
Pietro Martino Lugato committed Aug 30, 2024
1 parent c2677d3 commit cecf6d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion a2rchi/utils/config_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def load_config(self):

# change the model class parameter from a string to an actual class
MODEL_MAPPING = {
"AnthropicLLM": AnthropicLLM
"AnthropicLLM": AnthropicLLM,
"OpenAILLM": OpenAILLM,
"DumbLLM": DumbLLM,
"LlamaLLM": LlamaLLM
Expand Down
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ dependencies:
- zstd=1.5.5=hc292b87_0
- pip:
- accelerate==0.21.0
- anthropic==0.7.3
- backoff==2.2.1
- bitsandbytes==0.41.1
- chroma-hnswlib==0.7.2
Expand Down

0 comments on commit cecf6d2

Please sign in to comment.