mod
This commit is contained in:
parent
fcb4d25d8f
commit
e301c7bd18
2
hft.py
2
hft.py
|
|
@ -11,7 +11,7 @@ from huggingface_hub import login
|
|||
# Konfiguracja
|
||||
os.environ['TORCH_USE_CUDA_DSA'] = '1'
|
||||
os.environ["TOKENIZERS_PARALLELISM"] = "false"
|
||||
login(token="TWÓJ_TOKEN_HF") # Zastąp swoim tokenem
|
||||
login(token="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") # Zastąp swoim tokenem
|
||||
|
||||
class SourceMapper:
|
||||
def __init__(self):
|
||||
|
|
|
|||
Loading…
Reference in New Issue