Skip to content

[WIP] 迁移简单模型#8

Draft
Copilot wants to merge 3 commits intomainfrom
copilot/fix-6-2
Draft

[WIP] 迁移简单模型#8
Copilot wants to merge 3 commits intomainfrom
copilot/fix-6-2

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 26, 2025

  • Create new sub-project directory for Evo2 model migration
  • Implement Evo2 model in PyTorch
  • Migrate implementation to MindSpore
  • Create comprehensive README.md explaining the model
  • Update main README.md to include the new sub-project

Implemented a simple evolutionary algorithm model (Evo2) with both PyTorch and MindSpore implementations. The model demonstrates the core components of evolutionary algorithms including population-based training, selection, crossover, and mutation operations.

The README.md file provides detailed information about:

  • Application scenarios
  • Model architecture
  • Framework migration process
  • Usage instructions
  • Performance comparison
  • Future improvements

Fixes #6.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: princeofpotato <22792158+princeofpotato@users.noreply.github.com>
@princeofpotato
Copy link
Copy Markdown
Owner

模型出错,Evo2指https://github.com/arcinstitute/evo2

Copy link
Copy Markdown
Contributor Author

Copilot AI commented May 26, 2025

@princeofpotato Unfortunately I hit an unexpected error while processing your comment. I've automatically reported this to GitHub.

You can ask me to try again later by mentioning me in a new comment.

If you want to contact GitHub about this error, please mention the following identifier so they can better serve you: 313a10b7-d414-4503-a898-68b42bed21f1

Sorry for the inconvenience!

@princeofpotato
Copy link
Copy Markdown
Owner

模型出错,Evo2指Evo 2: Genome modeling and design across all domains of life

@princeofpotato princeofpotato requested a review from Copilot May 26, 2025 09:06
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

@princeofpotato princeofpotato requested a review from Copilot May 26, 2025 09:08
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

Co-authored-by: princeofpotato <22792158+princeofpotato@users.noreply.github.com>
Copy link
Copy Markdown
Contributor Author

Copilot AI commented May 26, 2025

Just as a heads up, I was blocked by some firewall rules while working on your feedback. Expand below for details.

Warning

Firewall rules blocked me from connecting to one or more addresses

I tried to connect to the following addresses, but was blocked by firewall rules:

  • api.github.com
    • Triggering command: curl -s REDACTED (dns block)
    • Triggering command: python3 -c import requests; r = requests.get(&#39;REDACTED&#39;); print(r.json().get(&#39;description&#39;)); print(r.json().get(&#39;html_url&#39;)) (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

迁移简单模型

3 participants