Commit 4905ab7a authored by zhangwq5's avatar zhangwq5
Browse files

fix

parent faf0f8ff
......@@ -52,7 +52,7 @@ def main(args: Namespace):
print("-" * 60)
script_dir = os.path.dirname(os.path.abspath(__file__))
output_path = os.path.join(script_dir, 'embeddings_A800.npy')
output_path = os.path.join(script_dir, 'embeddings_K100_AI.npy')
np.save(output_path, np.array(embeddings))
print(f"所有嵌入已保存到: {output_path}")
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment