Last active
February 10, 2025 06:30
-
-
Save AmosLewis/2e74a4470d60dc21eaea8ef8a0bbe865 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(.venv) ➜ dan python -m sharktank.evaluate.perplexity_iree \ | |
--irpa-file=/home/chi/src/test/llama/dan/fp8.irpa \ | |
--tokenizer-config-json=/home/chi/src/test/llama/dan/tokenizer_config.json \ | |
--iree-device='hip://4' \ | |
--iree-hal-target-device=hip \ | |
--iree-hip-target=gfx942 \ | |
--attention-kernel decomposed \ | |
--num-prompts=1 | |
ModuleNotFoundError: No module named 'tiktoken' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With archana new change for perplexity_iree.py : https://gist.github.com/archana-ramalingam/086cc63afc8c7fb9b9b3497b09071735