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
I'm using commit f205d37 to compile xfastertransformer.
When "import xfastertransformer", it shows error:
2: Traceback (most recent call last):
2: File "/home/workspace/xFasterTransformer/benchmark/benchmark.py", line 89, in <module>
2: import xfastertransformer
2: File "/root/anaconda3/envs/llm/lib/python3.9/site-packages/xfastertransformer-1.0.0-py3.9-linux-x86_64.egg/xfastertransformer/__init__.py", line 22, in <module>
2: from .tools import LlamaConvert
2: ModuleNotFoundError: No module named 'xfastertransformer.tools'
The text was updated successfully, but these errors were encountered:
This code has not been included in the whl package. You can comment out this portion of the code in src/xfastertransformer/__init__.py to bypass it. These lines are used for model conversion and are unrelated to performance.
I will submit a pull request to address this.
I'm using commit f205d37 to compile xfastertransformer.
When "import xfastertransformer", it shows error:
The text was updated successfully, but these errors were encountered: