Skip to content

Commit

Permalink
GPU Experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
KillianLucas committed Aug 24, 2023
1 parent 256d551 commit 6fefe96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interpreter/llama_2.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def format_choice(model):
return None

# Initialize and return Llama-2
llama_2 = Llama(model_path=model_path, n_gpu_layers=-1)
llama_2 = Llama(model_path=model_path, n_gpu_layers=1)

return llama_2

Expand Down

0 comments on commit 6fefe96

Please sign in to comment.