mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2024-10-01 01:06:10 -04:00
feat: base llama
This commit is contained in:
parent
147260097b
commit
134d566b79
14
configs/generate/generate_llama.yaml
Normal file
14
configs/generate/generate_llama.yaml
Normal file
@ -0,0 +1,14 @@
|
||||
# model/tokenizer
|
||||
model_name: "zpn/llama-7b"
|
||||
tokenizer_name: "zpn/llama-7b"
|
||||
|
||||
|
||||
max_new_tokens: 512
|
||||
temperature: 0
|
||||
prompt: |
|
||||
#this code prints a string reversed
|
||||
my_string = "hello how are you"
|
||||
print(len(my_string))
|
||||
|
||||
|
||||
My code above does not work. Can you help me?
|
Loading…
Reference in New Issue
Block a user