Skip to content

Can this project run on non-Apple chips? #3

@blackblue9

Description

@blackblue9

Can this project run on non-Apple chips? My environment is NVIDIA's A800 because I saw that the mlx library used by the project is designed for Apple chips and systems.

I can get the moe model file after running the moe.py code, but problems occur when running inference.py and lora.py, such as when running the lora code:

`
python lora.py

Special tokens have been added in the vocabulary, make sure the associated word embeddings are fine-tuned or trained.
Total parameters 16389.249M
Trainable parameters 10.487M
Starting training..., iters: 9000
Aborted
`
It stopped for no reason, I don’t know what the problem is.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions