BronzwikGk
BronzwikGk
> Dock is not necessary. You can skip that part. Can you explain it please.
Where can I find the Url to the script.
What mistake am I making here? from typing import Optional import fire from llama import Llama def main( ckpt_dir: "D:\pathto\codellama\CodeLlama-7b", tokenizer_path: "D:\pathto\codellama\CodeLlama-7b\tokenizer.model", temperature: float = 0.2, top_p: float = 0.9,...
Thanks, Moved One step ahead. Getting this error now: {{ Traceback (most recent call last): File "D:\shunyadotek\codellama\example_completion.py", line 55, in fire.Fire(main) File "C:\Users\shunya-desk-01\AppData\Roaming\Python\Python311\site-packages\fire\core.py", line 141, in Fire component_trace = _Fire(component,...
Am wondering and juggling around the same question.