You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
None of PyTorch, TensorFlow >= 2.0, or Flax have been found. Models won't be available and only tokenizers, configuration and file/data utilities can be used.
Traceback (most recent call last):
File "E:\Python-projects\tap4-ai-crawler\main_api.py", line 10, in
from website_crawler import WebsitCrawler
File "E:\Python-projects\tap4-ai-crawler\website_crawler.py", line 8, in
from util.llm_util import LLMUtil
File "E:\Python-projects\tap4-ai-crawler\util\llm_util.py", line 18, in
tokenizer = LlamaTokenizer.from_pretrained("huggyllama/llama-65b")
The text was updated successfully, but these errors were encountered:
None of PyTorch, TensorFlow >= 2.0, or Flax have been found. Models won't be available and only tokenizers, configuration and file/data utilities can be used.
Traceback (most recent call last):
File "E:\Python-projects\tap4-ai-crawler\main_api.py", line 10, in
from website_crawler import WebsitCrawler
File "E:\Python-projects\tap4-ai-crawler\website_crawler.py", line 8, in
from util.llm_util import LLMUtil
File "E:\Python-projects\tap4-ai-crawler\util\llm_util.py", line 18, in
tokenizer = LlamaTokenizer.from_pretrained("huggyllama/llama-65b")
The text was updated successfully, but these errors were encountered: