File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 66import torch
77
88# Hugging Face erişim token'ını buraya gir
9- token = "token " # <-- Buraya kendi token'ını yazmalısın
9+ token = "" # <-- Buraya kendi token'ını yazmalısın
1010
1111# LLaMA 3.1 Instruct model ID'si (düzgün yazımıyla)
1212model_id = "meta-llama/Meta-Llama-3-8B-Instruct" # 3.1 henüz resmi adlandırmada geçmiyor
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import torch
44
55
66# Hugging Face erişim token'ını buraya gir
7- token = "token " # <-- Buraya kendi token'ını yazmalısın
7+ token = "" # <-- Buraya kendi token'ını yazmalısın
88
99# LLaMA 3.1 Instruct model ID'si (düzgün yazımıyla)
1010model_id = "meta-llama/Meta-Llama-3-8B-Instruct" # 3.1 henüz resmi adlandırmada geçmiyor
You can’t perform that action at this time.
0 commit comments